csscss
                                
                                 csscss copied to clipboard
                                
                                    csscss copied to clipboard
                            
                            
                            
                        Stylus Support
You've got LESS and SASS, any chance you'd consider Stylus support?
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.
:+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.
+1 I'd also love to have stylus support. Any pointers or updates?