November 2019
Beginner
700 pages
12h 19m
English
Overview
By the end of this chapter, you will be able to explain CSS preprocessing; use CSS preprocessing techniques; write maintainable code; write SCSS code using nesting, import, control directives, and mixins; and compile SCSS code in CSS in different output styles. This chapter introduces the preprocessing of CSS and the tooling used to compile it, enabling you to understand and write Sassy Cascading Style Sheets (SCSS) preprocessed code and compile it in CSS3 successfully, with the aim of saving you time by writing less and achieving more.
In the previous chapters, we learned about many aspects of HTML5 and CSS3 web development, including layouts, themes, responsive ...