/css2stylus.gem

Ruby gem that converts CSS to Stylus

Primary LanguageRubyGNU General Public License v3.0GPL-3.0

Css2Stylus

Ruby gem that converts CSS to Stylus.

Usage

Install the gem:

$ gem install css2stylus

Convert any css file:

$ css2stylus myfile.css

The output will be saved to myfile.styl.

License

See LICENSE.txt

Based on css2less from Thomas Pierson.