File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed
Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments