postCSS-starter
postCSS-starter copied to clipboard
For PostCSS article posted on Smashing Magazine
PostCSS Starter for Gulp and Grunt
Within each task runner folder, run the following steps in the command line.
npm install- You may need to typesudobefore the command and type in your password.- To run the gulp file, type
gulp styles. - To run the grunt file, type
grunt.
Expand upon these tasks as you will!