coffeekup
coffeekup copied to clipboard
Added support for http://learnboost.github.com/stylus/
A new language that compiles to CSS, closer to CoffeeScript ideals than others I've seen. This patch enables stylus support in coffeekup. Example usage:
html ->
head ->
stylus """
body
background black
color white
"""
body ->
p "Hello inverse world."
Wouldn't it be cooler to rewrite stylus in coffeescript?
@aeosynth - Absolutely. :) I thought about it and I'll take a stab at it if I have the time. For now though, this gets the job done. You want to work on it together?
https://github.com/aeosynth/ccss - contributors welcome :) .
Cool. When I get some time I'll hack on it. :) Do you intend ccss to be pure CSS or are you interested in having ccss -> stylus -> css?
I don't see why we should depend on stylus. also, if you want to talk, message me directly or open a ccss issue - we're just generating noise for maurice.
Not sure if this should be a plugin in a future extension mechanism or a builtin. Please see issue #51.