Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.23 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.23 KB

postcss-example

Playing with PostCSS trying to figure things out.

Setup & Install

Dependencies

  1. grunt - Install with npm install grunt-cli -g

Installation

  1. Clone from git git clone https://github.com/fabean/postcss-example.git.
  2. Cd into project directory cd postcss-example.
  3. Install grunt dependencies npm install.
  4. Build out CSS by typing grunt.

What PostCSS plugins I'm using

Demo?

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.