Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stylecow/stylecow
Modern CSS to all browsers
https://github.com/stylecow/stylecow
compatibility css preprocessor processor
Last synced: 1 day ago
JSON representation
Modern CSS to all browsers
- Host: GitHub
- URL: https://github.com/stylecow/stylecow
- Owner: stylecow
- License: mit
- Created: 2014-07-31T18:14:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T19:39:28.000Z (almost 5 years ago)
- Last Synced: 2025-01-16T23:02:50.076Z (9 days ago)
- Topics: compatibility, css, preprocessor, processor
- Language: JavaScript
- Homepage: http://stylecow.github.io/
- Size: 439 KB
- Stars: 163
- Watchers: 11
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nodejs-cn - Stylecow - 可扩展插件的,用于解析,操纵和转换现代 CSS 的工具,使其与所有浏览器兼容 (包 / 解析)
- awesome-nodejs - Stylecow - Parse, manipulate and convert modern CSS to make it compatible with all browsers. Extensible with plugins. (Packages / Parsing)
- awesome-nodejs - stylecow - Modern CSS to all browsers - ★ 128 (Parsing)
- awesome-node - Stylecow - Parse, manipulate and convert modern CSS to make it compatible with all browsers. Extensible with plugins. (Packages / Parsing)
- awesome-nodejs-cn - Stylecow - 解析,操纵和转换现代CSS,使其与所有浏览器兼容。 可扩展的插件. (目录 / 解析工具)
- awesome-css - Stylecow - Modern CSS for all browsers. (Parsers :mag: / Editor's Draft :black_nib:)
- awesome-nodejs-cn - Stylecow - **star:163** 解析、操作和转换现代CSS,使其与所有浏览器兼容可扩展的插件 (包 / 解析)
README
# 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)