Playing with PostCSS trying to figure things out.
- grunt - Install with
npm install grunt-cli -g
- Clone from git
git clone https://github.com/fabean/postcss-example.git
. - Cd into project directory
cd postcss-example
. - Install grunt dependencies
npm install
. - Build out CSS by typing
grunt
.
- postcss-import
- postcss-simple-vars
- postcss-simple-extend
- postcss-nested
- postcss-media-minmax
- postcss-merge-rules
- postcss-discard-comments
- autoprefixer-core
- full(?) list of all postcss plugins available on PostCSS's github repo
If you look through my css in src
you will see comments. I wrote a couple different CSS rules that would trigger all the different plugins I'm using.