1. What is LESS
LESS (Leaner Style Sheets) is a CSS preprocessor that adds programming features β variables, nesting, mixins and operations β on top of CSS. Browsers only understand plain CSS, so LESS must be compiled to CSS before deployment. This tool runs the official less.js engine in your browser to do that conversion instantly.