| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/docs/Glossary/CSS_preprocessor | [Back] [Original] |
Get to know MDN better
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 mixin, nesting selector, inheritance selector, and so on. These features make the CSS structure more readable and maintainable.
To use a CSS preprocessor, you must install a CSS compiler on your web server, or use the CSS preprocessor to compile on the development environment, and then upload compiled CSS file to the web server.
This page was last modified on Jan 25, 2026 by MDN contributors.
Your blueprint for a better internet.
Portions of this content are 19982026 by individual mozilla.org contributors. Content available under a Creative Commons license.
| Web Proxy Viewer | New URL | Original Page |