Commit Graph

12 Commits

Author SHA1 Message Date
la Fleur ab2cf9ab99 fork from hello-world-imba 2020-10-31 18:19:22 +01:00
Alexander Alemayhu a79ab9c6fb use latest imba version
While at it upgrade all dependencies and move some styles into their
respective files.
2020-09-17 13:56:17 +02:00
Alexander Alemayhu 0a8470b4e1 fix indentation 2020-05-21 13:51:57 +02:00
Alexey Pavlenko a31c432f5e add list item as separate element 2020-05-21 13:36:16 +02:00
Alexander Alemayhu 98b8a2cb0d use import instead of require
It looks nicer and was suggested by @somebee.
2019-10-21 06:58:24 +02:00
Alexander Alemayhu f1bd921d03 Use CSS modules
CSS modules make it easier to scope classes. Your style sheets can be
modular and reusable. To learn more about CSS modules, see[0].

I would like to start using single file components where all of the code
required for a specific components is provided inside of a single Imba
file. Using CSS modules is just a step towards that.

Related-to: https://github.com/imba/imba/issues/220

[0]: https://github.com/css-modules/css-modules
2019-10-14 10:02:52 +02:00
Alexander Alemayhu bc22423565 Bump Imba version and misc changes
- README: show example of running server and reword it
- add support completing checklist items
- bump imba version to `1.4.7`
2019-09-11 20:30:35 +02:00
Bartłomiej Rosa 007d431be5 fixed path for css file in server file 2019-08-18 09:48:30 +02:00
Sindre Aarsaether 053704524f Update to Imba 1.3.1 2018-02-27 15:32:40 +01:00
Sindre Aarsaether 3a957df975 Update example for Imba 1.3 2018-02-09 15:58:42 +01:00
somebee 2e8e5c183a Use imbapack and simplify 2017-10-19 18:30:44 +02:00
somebee cfdb74aa0f added basic files 2015-08-16 15:52:04 +02:00