Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 737 Bytes

File metadata and controls

17 lines (10 loc) · 737 Bytes

CSS Preprocessor

A CSS preprocessor is a program that lets you generate CSS from the preprocessor's own unique syntax. There are many CSS preprocessors to choose from, however most CSS preprocessors will add some features that don't exist in pure CSS, such as variable, mixin, nesting selector, and so on. These features make the CSS structure more readable and easier to maintain. To use a CSS preprocessor, you must install a CSS compiler on your web server. -- Mozilla

Why do we need preprocessors?

List of CSS Preprocessors

Preprocessor URL
SASS : Syntactically Awesome Stylesheets http://sass-lang.com/
Less CSS http://lesscss.org/
Stylus http://stylus-lang.com/

Exercises :