This repository hosts a code example that I wrote for an introductory talk to CSS preprocessing with Sass. Check out the commits below to see the different stages of the example. It starts from a plain CSS stylesheet and Sass features are progressively applied in each commit. Also take a look at the accompanying slides for more information.
- Plain CSS
- Nested rules
- Nested properties
- Variables and operations
- Functions
- Extend directive and placeholder selectors
- Include and mixin directives
- Import directive and partials
This software is released under version 3 of the GNU General Public License (GPL v3). The full text of the license is available in the LICENSE file.