We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e561dd5 commit dc73d18Copy full SHA for dc73d18
1 file changed
README.md
@@ -1,6 +1,6 @@
1
-# CSS Modules: Constants
+# CSS Modules: Values
2
3
-Pass arbitrary constants between your module files
+Pass arbitrary values between your module files
4
5
### Usage
6
@@ -49,3 +49,20 @@ Pass arbitrary constants between your module files
49
```
50
51
Note that the `:` in a `@value` definition is optional as to not break Sass.
52
+
53
+### Justification
54
55
+See [this PR](https://github.com/css-modules/css-modules-loader-core/pull/28) for more background
56
57
+## License
58
59
+ISC
60
61
+## With thanks
62
63
+- Mark Dalgleish
64
+- Tobias Koppers
65
+- Josh Johnston
66
67
+---
68
+Glen Maddern, 2015.
0 commit comments