This starter lets you use PostCSS just like you will use SASS.
This starter is powered by PostCSS plugins:
- postcss-import
- postcss-url
- postcss-mixins
- postcss-advanced-variables
- postcss-extend-rule
- postcss-atroot
- postcss-preset-env
- postcss-property-lookup
- postcss-nested
- cssnano
- First install all dependencies:
npm installoryarn - Then run
npm run watchoryarn watchto run webpack in watch mode - To build for production, run
npm run buildoryarn build
Build files are stored in build folder.