gemcss 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# gemcss
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/gemcss)
|
|
4
|
-
[](https://github.com/vkalinichev/gemcss/actions/workflows/ci.yml)
|
|
5
5
|
|
|
6
6
|
Type-safe BEM classes from CSS modules. Write a plain `*.module.css` in BEM
|
|
7
7
|
notation and get back an object where every block is a modifier-combinator
|
package/package.json
CHANGED