LESS is an extension of CSS. You can write LESS code just like you would write CSS, except you need to compile it to CSS. LESS extends CSS with: variables, mixins, operations and nested rules.
LESS, written in Ruby, is available as a gem. Just do a ‘sudo gem install less’ – if you are using any sane operating system.
Posted in:
Programming
Leave a Reply