LESS Flashcards
1
Q
What is LESS?
A
Less is a CSS pre-processor, meaning that it extends the CSS language, adding features that allow variables, mixins, functions and many other techniques that allow you to make CSS that is more maintainable, themable and extendable.
2
Q
What does LESS run inside?
A
Node, in the browser and inside Rhino.
3
Q
how do we use LESS
A
from the command line or from Node.js