; last updated - 1 minute read

Maintaining major CSS files can be a challenging task. If you use nested CSS commands, there are so many combinations that it is easy to get lost. LESS is a DSL that comes to the rescue. It allows you to write the nested CSS instructions in a tree-like way.


Comments