September 2024
Intermediate to advanced
743 pages
27h 48m
English
In this chapter, you saw how CSS preprocessors can be used and the additional features they offer compared to standard CSS.
You should take away from this chapter the following information:
CSS preprocessor languages like Sass, Less, and Stylus are languages that are converted to CSS by CSS preprocessors. These preprocessor languages provide various features that CSS itself does not offer (or has not offered until recently), such as variables, functions, operators, and nesting of CSS rules. These features make the CSS code clearer and also facilitate the CSS development process.
You learned about the following features in this chapter using Sass:
Variables: Using variables, you can centrally ...
Read now
Unlock full access