Skip to content

Commit 74a1317

Browse files
committed
doc: update README
1 parent 0434c29 commit 74a1317

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

+16-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
- [Variants](#variants)
1616
- [Named variants](#named-variants)
1717
- [JavaScript expressions](#javascript-expressions)
18-
- [TODO](#todo)
18+
- [Advanced configuration](#advanced-configuration)
19+
- [CSS extraction with Webpack](#css-extraction-with-webpack)
20+
- [Using with Sass/Less/Stylus/...](#using-with-sasslessstylus)
21+
- [Using with custom PostCSS plugins (including autoprefixer)](#using-with-custom-postcss-plugins-including-autoprefixer)
1922

2023
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2124

@@ -158,9 +161,18 @@ used to determine if corresponding CSS classes should be applied to DOM:
158161
<Label mode="emphasis" /> // sets both classes with `color` and `font-weight`
159162
```
160163

161-
## TODO
164+
## Advanced configuration
162165

163-
* [ ] Document how to add PostCSS transform to build pipeline (think autoprefixer).
164-
* [ ] Document how to do CSS extraction.
166+
### CSS extraction with Webpack
167+
168+
TODO: documentation
169+
170+
### Using with Sass/Less/Stylus/...
171+
172+
TODO: documentation
173+
174+
### Using with custom PostCSS plugins (including autoprefixer)
175+
176+
TODO: documentation
165177

166178
[CSS modules]: https://github.com/css-modules/css-modules

0 commit comments

Comments
 (0)