Skip to content

Commit 13669e4

Browse files
authored
Merge pull request #101 from TrySound/icss-mention
Add icss output mention in docs
2 parents 3d96fcb + 0b9e58e commit 13669e4

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# CSS Modules: Values
22

3-
Pass arbitrary values between your module files
3+
Pass arbitrary values between your module files, transforms
4+
5+
```css
6+
@value primary: #BF4040;
7+
@value secondary: #1F4F7F;
8+
```
9+
10+
into
11+
12+
```css
13+
:export {
14+
primary: #BF4040;
15+
secondary: #1F4F7F;
16+
}
17+
```
418

519
### Usage
620

0 commit comments

Comments
 (0)