curvedmark / roole

A language that compiles to CSS
http://roole.org
MIT License
342 stars 21 forks source link

Remove module syntax #118

Closed curvedmark closed 11 years ago

curvedmark commented 11 years ago

After have been used it for a while, it just seems too funky.

It behaves much like a ruleset, since it can directly contain properties and will be turned into a ruleset when it does. But the selector is prepended to child rulesets instead of joining with them. So the & selector doesn't work, and there is not way of suppressing the prepending.

The only benefits it brings is to keep you from having to repeat the initial names in class selectors. Don't worth the trouble.

curvedmark commented 11 years ago

removed in master