Links

{LESS} for CSS

LESS is an amazing little tool which helps to minify your CSS by using some JS stuff, it extends CSS with the addition of variables, mixins, operations and nested rules, this means you can write code very quickly.

If your are not using LESS it means you are missing something better in your webapp.


App URL for Mac OS X : http://incident57.com/less/
Basic tutorial : http://designshack.co.uk/articles/css/using-less-js-to-simplify-your-css3

Post a Comment