CSS preprocessor – LESS
Want to do more with Leaner Style Sheets (LESS)? It's a language extension for CSS and one of the most popular CSS preprocessors available:
If you're already familiar with CSS, getting started with LESS will be easy for you. In fact, with a background in CSS, you could probably learn LESS in less time than it actually takes you to read the rest of this chapter.
So, why go with LESS instead of CSS? One of the biggest reasons to use LESS is that you can gain more time during your projects.
It works a lot like a programming language. Variables can be defined with LESS with an @
sign. Then, you can store a constant value that you can then reuse throughout your stylesheet. It's definitely a tool worth checking out.Â