File tree 1 file changed +16
-4
lines changed
1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 15
15
- [ Variants] ( #variants )
16
16
- [ Named variants] ( #named-variants )
17
17
- [ 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 )
19
22
20
23
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
21
24
@@ -158,9 +161,18 @@ used to determine if corresponding CSS classes should be applied to DOM:
158
161
< Label mode= " emphasis" / > // sets both classes with `color` and `font-weight`
159
162
```
160
163
161
- ## TODO
164
+ ## Advanced configuration
162
165
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
165
177
166
178
[ CSS modules ] : https://github.com/css-modules/css-modules
You can’t perform that action at this time.
0 commit comments