Stylus, a better CSS
Nuestro buen amigo Gustavo Machado nos comparte su artículo:
There are a lot of wrong things about CSS, but in the there’s been other languages created to empower CSS, and once you get used to any of these there’s no going back. The most common are SASS and LESS which have been around for a while. While these languages are very good (in particular SASS) and they do most of the things that Stylus does, there’s one aspect of CSS that they don’t address by design: the syntax. Both SASS and LESS try to stay as close as CSS original syntax as possible to minimize the impact of having to learn a new language. While this is something positive, in my opinion Stylus approach is much better.
A few of the most cool features these languages provide:
- Variables
- Functions
- Nesting rules
Ver más aquí.
Saludos.
Fernando García Loera (Community Program Manager – Latin America Region)