LESS « The Dynamic Stylesheet language - 8 views
-
yc c on 09 Feb 10The LESS Ruby gem compiles LESS code to CSS. 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. That's what the gem is for. If you are on Mac OS X, you can install the gem by typing the following command in the terminal:
-
Vernon Fowler on 29 Apr 13LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions. LESS runs on both the server-side (with Node.js and Rhino) or client-side (modern browsers only).