Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for http://learnboost.github.com/stylus/ #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Added support for http://learnboost.github.com/stylus/ #22

wants to merge 2 commits into from

Conversation

cmikec
Copy link

@cmikec cmikec commented Feb 1, 2011

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."

@aeosynth
Copy link
Contributor

aeosynth commented Feb 2, 2011

Wouldn't it be cooler to rewrite stylus in coffeescript?

@cmikec
Copy link
Author

cmikec commented Feb 2, 2011

@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?

@aeosynth
Copy link
Contributor

aeosynth commented Feb 2, 2011

https://github.com/aeosynth/ccss - contributors welcome :) .

@cmikec
Copy link
Author

cmikec commented Feb 4, 2011

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?

@aeosynth
Copy link
Contributor

aeosynth commented Feb 4, 2011

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.

@mauricemach
Copy link
Owner

Not sure if this should be a plugin in a future extension mechanism or a builtin. Please see issue #51.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants