zgreen / postcss-critical-css

PostCSS plugin to define and output critical CSS using custom atRules, and/or custom CSS properties. Critical CSS may be output to one or more files, as defined within the plugin options or within the CSS.
MIT License
86 stars 11 forks source link

Please add example how to use it in webpack. #24

Closed NikolaySolodukhin closed 6 years ago

zgreen commented 6 years ago

Hey there. You can use this just like any other postcss plugin with webpack. If there's something specific that's not working, feel free to open a new issue. Thanks!