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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does LESS run inside?

A

Node, in the browser and inside Rhino.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

how do we use LESS

A

from the command line or from Node.js

How well did you know this?
1
Not at all
2
3
4
5
Perfectly