Files
developer-roadmap/content/roadmaps/100-frontend/content/109-css-preprocessors
Archit Sharma 00f9a2f523 Added Resources for Less (#1116)
* Added Resources for Less

* Update content/roadmaps/100-frontend/content/109-css-preprocessors/102-less.md

* Update content/roadmaps/100-frontend/content/109-css-preprocessors/102-less.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
2022-02-06 18:17:42 +04:00
..
2021-12-10 23:06:12 +01:00
2022-01-13 19:47:38 +04:00
2022-02-06 18:17:42 +04:00
2022-01-01 18:34:03 +04:00

CSS Preprocessors

CSS Preprocessors are scripting languages that extend the default capabilities of CSS. They enable us to use logic in our CSS code, such as variables, nesting, inheritance, mixins, functions, and mathematical operations.

Free Content CSS Preprocessors Explained Why Use Preprocessors?