Commit Graph

28 Commits

Author SHA1 Message Date
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 82cc63cb89
Merge pull request #24 from iruoy/master
Fix webpack mode warnings
2019-10-01 20:16:05 +02:00
Youri Wijnands 9420d0bdbb
Fix webpack mode warnings 2019-10-01 20:01:16 +02:00
Alexander Alemayhu 75d9200542
Merge pull request #20 from cstffx/master
Update package.json
2019-09-22 09:57:26 +02:00
cstffx 11100dec05
Update package.json 2019-09-20 14:27:52 -05:00
Alexander Alemayhu 808fa03d4f
Merge pull request #8 from scanf/upgrade-imba
Bump Imba version and Misc changes
2019-09-11 20:34:53 +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
Alexander Alemayhu ce9e3cf5fd
Merge pull request #12 from imba/dependabot/npm_and_yarn/braces-2.3.2
Bump braces from 1.8.5 to 2.3.2
2019-09-09 09:15:08 +02:00
Alexander Alemayhu 6ba7a5a698
Merge pull request #18 from imba/dependabot/npm_and_yarn/mixin-deep-1.3.2
Bump mixin-deep from 1.3.1 to 1.3.2
2019-09-09 08:36:33 +02:00
dependabot[bot] 1592747213
Bump braces from 1.8.5 to 2.3.2
Bumps [braces](https://github.com/micromatch/braces) from 1.8.5 to 2.3.2.
- [Release notes](https://github.com/micromatch/braces/releases)
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2019-09-09 06:34:37 +00:00
dependabot[bot] 9408319826
Bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-09-09 06:34:33 +00:00
Alexander Alemayhu 3d7b748669
Merge pull request #19 from imba/dependabot/npm_and_yarn/lodash-4.17.15
Bump lodash from 3.10.1 to 4.17.15
2019-09-09 08:33:21 +02:00
dependabot[bot] a72816adb1
Bump lodash from 3.10.1 to 4.17.15
Bumps [lodash](https://github.com/lodash/lodash) from 3.10.1 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/3.10.1...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-31 22:18:37 +00:00
Alexander Alemayhu 3b29bc945f package: bump all packages
This should address security alerts on GitHub.
2019-08-31 22:43:40 +02:00
Alexander Alemayhu 9520c71132 package: bump minimum imba version
New release is available.
2019-08-31 22:43:40 +02:00
Sindre Aarsaether c69b1a9082
Enable hot module reloading for dev server 2019-08-31 22:37:01 +02:00
Bartłomiej Rosa 007d431be5 fixed path for css file in server file 2019-08-18 09:48:30 +02:00
somebee b1135e7796 Upgrade to Imba 1.4.0 2018-11-18 10:25:07 +01:00
Sindre Aarsaether f003d26a92 Add editorconfig 2018-04-12 11:18:36 +02:00
somebee c9f9bb4787 Upgrade Imba 2018-03-18 10:40:57 +01: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 6b567a6160 Updated for imba 1.0.0 2017-10-19 18:30:44 +02:00
somebee 2e8e5c183a Use imbapack and simplify 2017-10-19 18:30:44 +02:00
somebee d93ab1e484 update to latest imba 2016-01-16 10:29:42 +01:00
somebee d2aa91bf48 updated to latest imba 2015-08-20 14:29:57 +02:00
somebee cfdb74aa0f added basic files 2015-08-16 15:52:04 +02:00
Sindre Aarsaether 0c3ad83751 Initial commit 2015-08-16 13:43:41 +02:00