zmoazeni / csscss

A CSS redundancy analyzer that analyzes redundancy.
http://zmoazeni.github.io/csscss/
MIT License
2.92k stars 151 forks source link

Stylus Support #66

Open darcyclarke opened 11 years ago

darcyclarke commented 11 years ago

You've got LESS and SASS, any chance you'd consider Stylus support?

zmoazeni commented 11 years ago

I really should start working on a plugin architecture so people can support separate gems that extend behavior. e.g. csscss-stylus. Maintaining a growing list of CSS generators is going to become a bear.

keithamus commented 11 years ago

:+1: as a quick and dirty hack, you can see if the file specified has a .styl extension, and if the 'stylus' executable exists. You will likely also need to support Nib somehow.

msuess commented 10 years ago

+1 I'd also love to have stylus support. Any pointers or updates?