stylecow / stylecow

Modern CSS to all browsers

Home Page:http://stylecow.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Modern CSS to all browsers

http://stylecow.github.io/

License:MIT License


Languages

Language:JavaScript 90.3%Language:CSS 9.7%