Skip to content

stylecow/stylecow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stylecow: modern CSS for all browser

Build Status npm version

Node library to fix your css code and make it compatible with all browsers. Created by Óscar Otero. License: MIT

Use 6.x for node 0.x compatibility. The latest version (7.x) requires node 4.x.

Quick start

  1. Install the library with npm:

    npm install stylecow -g
    
  2. Create a config file interactively:

    stylecow init
    
  3. Run

    stylecow
    

Visit http://stylecow.github.io/ for more documentation

If you don't need a cli, visit stylecow-core