- Hits: 3451
What is a CSS Preprocessor?
A CSS preprocessors are scripting language that are extend the CSS capabilities and then compiles it into regular CSS, there are many CSS preprocessors to choose from, Most of CSS preprocessor are having some features that don't exist in pure CSS, those feature and structure are make more readable, easier to maintain and light weight.
A preprocessors extend CSS with variables, operators, interpolations, functions, mixing many more reused assets we can use it on preprocessors. LESS, SASS and Stylus are the well known preprocessors in market.