CSS preprocessors
- Sass — Sass is the most mature, stable, and powerful professional grade CSS extension language in the world.
- LESS — Less extends CSS with dynamic behavior such as variables, mixins, operations and functions. Less runs on both the server-side (with Node.js and Rhino) or client-side (modern browsers only).