# stylecow: modern CSS for all browser

[![Build Status](https://travis-ci.org/stylecow/stylecow.svg?branch=master)](https://travis-ci.org/stylecow/stylecow)
[![npm version](https://badge.fury.io/js/stylecow.svg)](http://badge.fury.io/js/stylecow)

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](https://github.com/stylecow/stylecow-core)
