April 2013
Intermediate to advanced
274 pages
5h 39m
English
In Chapter 2, Setting up a Sass and Compass project, we learnt some core principles of setting up a project with Sass and Compass. For example, the various ways in which Sass allows code to be commented, how partial files can be used to more easily compartmentalize sections of code, and crucially, how to alter the output style of the generated CSS.
In this chapter, we will look at the capabilities of Sass and Compass when it comes to actually writing styles. These are the core capabilities likely to be employed when working with Sass and Compass day-to-day.
In this chapter, we will learn:
@extend directive allows us to extend existing ...Read now
Unlock full access