Tumblelog by Soup.io
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

January 25 2010

netzrauschen

LESS - Leaner CSS

LESS was inspired by its predecessors—especially Sass, a ruby project which provides an ingenious solution to a lot of the common problems CSS designers and web developers face when developping large websites. So why make an alternative to Sass? It's simple: syntax. One of the key features of Sass is its indentation-based syntax, which gives you curly-brace and semi-column free code. But the cost of this is having to learn a new syntax and having to rebuild your current stylesheets.