Skip to content

Commit 0b9e58e

Browse files
committed
Add icss output mention in docs
1 parent 3033372 commit 0b9e58e

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
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)