Skip to content

Commit dc73d18

Browse files
committed
updated readme
1 parent e561dd5 commit dc73d18

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# CSS Modules: Constants
1+
# CSS Modules: Values
22

3-
Pass arbitrary constants between your module files
3+
Pass arbitrary values between your module files
44

55
### Usage
66

@@ -49,3 +49,20 @@ Pass arbitrary constants between your module files
4949
```
5050

5151
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

Comments
 (0)