Stylus: http://learnboost.github.com/stylus/ http://nylira.com/stylus-the-revolutionary-successor-to-css/ http://designshack.net/articles/css/sass-vs-stylus-who-wins-...
My intro to LESS - If you're not using it, you should be.
41–44 of 44 posts
Re: My intro to LESS - If you're not using it, you should be.
#42Also, you should consider: export LESS=-i -g -M -R -x4 -X -f -F -z-1 for a much happier pager.
Err .... is this some attempt at humour or have you guys commenting about less (the more replacement) here not read the article (about less the CSS framework)?!!
I'd expect an article about the pre-Christian era world to include similar references like "BC_ENV_ARGS="-q $(echo ~)/.bc"
Re: My intro to LESS - If you're not using it, you should be.
#43Stylus: http://learnboost.github.com/stylus/ http://nylira.com/stylus-the-revolutionary-successor-to-css/ http://designshack.net/articles/css/sass-vs-stylus-who-wins-...
Stylus is by far my favourite in the series of CSS preprocessors. Stylus is very minimal and more powerful than all.
Re: My intro to LESS - If you're not using it, you should be.
#44I was introduced to LESS earlier this year and loved it. When I had to rebuild my personal site this past month, I did it in LESS instead of CSS and probably cut my development time in half. I'm never going to write raw CSS again. I grabbed CodeKit, so I might try SASS the next time I'm building something on the web. I haven't really seen anything in the SASS vs. LESS shootouts that makes me go "dang I wish I could d…
@extend is one of the killer features of Sass that other preprocessors don't have: http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#ex... It's true selector inheritance that will change the way you author styles.