9.1 Sass

CSS with superpowers

If you’ve found yourself having to repeat code throughout your CSS, replace several instances of the same value, or lose yourself in a mess of selectors, CSS preprocessors are for you.

You can choose between Sass and Less. Both include variables, functions, reusable components and other syntax enhancers that will save you a lot of time.

Preprocessors are, as their name suggest, tools that have their own language and will generate regular CSS files.

The underlying source code used to format and display this website is licensed under the MIT license.

Powered by Jekyll. Hosted on GitHub.