All Projects → stylecow → Stylecow

stylecow / Stylecow

Licence: mit
Modern CSS to all browsers

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Stylecow

Fypp
Python powered Fortran preprocessor
Stars: ✭ 95 (-35.37%)
Mutual labels:  preprocessor
Neo430
A very small msp430-compatible customizable soft-core microcontroller-like processor system written in platform-independent VHDL.
Stars: ✭ 120 (-18.37%)
Mutual labels:  processor
Caniuse.email
HTML and CSS Compatibility tables for emails
Stars: ✭ 133 (-9.52%)
Mutual labels:  compatibility
Fingerprintdialogcompat
FingerprintDialog from Android 28 (P) back ported to Android 23 (M).
Stars: ✭ 103 (-29.93%)
Mutual labels:  compatibility
Java Comment Preprocessor
The Most Powerful Multi-Pass Java Preprocessor
Stars: ✭ 111 (-24.49%)
Mutual labels:  preprocessor
Revapi
Revapi is an API analysis and change tracking tool written in Java. Its focus is mainly on Java language itself but it has been specifically designed to not be limited to just Java. API is much more than just java classes - also various configuration files, schemas, etc. can contribute to it and users can become reliant on them.
Stars: ✭ 122 (-17.01%)
Mutual labels:  compatibility
Gap sdk
SDK for Greenwaves Technologies' GAP8 IoT Application Processor
Stars: ✭ 83 (-43.54%)
Mutual labels:  processor
Video2tfrecord
Easily convert RGB video data (e.g. .avi) to the TensorFlow tfrecords file format for training e.g. a NN in TensorFlow. This implementation allows to limit the number of frames per video to be stored in the tfrecords.
Stars: ✭ 137 (-6.8%)
Mutual labels:  preprocessor
Surelog
SystemVerilog 2017 Pre-processor, Parser, Elaborator, UHDM Compiler. Provides IEEE Design/TB C/C++ VPI and Python AST API.
Stars: ✭ 116 (-21.09%)
Mutual labels:  preprocessor
Jest Vue Preprocessor
Preprocessor that allows importing of .vue files in jest tests
Stars: ✭ 133 (-9.52%)
Mutual labels:  preprocessor
Homebysix Recipes
AutoPkg recipes all the way from Seattle, WA.
Stars: ✭ 105 (-28.57%)
Mutual labels:  processor
Jus
🍉 An opinionated tool for making static websites with browserify
Stars: ✭ 107 (-27.21%)
Mutual labels:  preprocessor
Phpcompatibility
PHP Compatibility check for PHP_CodeSniffer
Stars: ✭ 1,705 (+1059.86%)
Mutual labels:  compatibility
Pypreprocessor
A c-style macro preprocessor written in Python
Stars: ✭ 98 (-33.33%)
Mutual labels:  preprocessor
Stylus
Expressive, robust, feature-rich CSS language built for nodejs
Stars: ✭ 10,817 (+7258.5%)
Mutual labels:  preprocessor
Compat.jl
Compatibility across Julia versions
Stars: ✭ 86 (-41.5%)
Mutual labels:  compatibility
Browsers Support Badges
Browsers support badges for GitHub
Stars: ✭ 122 (-17.01%)
Mutual labels:  compatibility
Ecsharp
Home of LoycCore, the LES language of Loyc trees, the Enhanced C# parser, the LeMP macro preprocessor, and the LLLPG parser generator.
Stars: ✭ 141 (-4.08%)
Mutual labels:  preprocessor
Monolog Cascade
Configure multiple loggers and handlers in the blink of an eye
Stars: ✭ 136 (-7.48%)
Mutual labels:  processor
Preprocessor
A future-facing CSS preprocessor (used by SUIT CSS)
Stars: ✭ 132 (-10.2%)
Mutual labels:  preprocessor

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].