Description
In this course you will learn:
- (Syntactically Awesome Style Sheets) is a scripting language known as a CSS preprocessor.
- CSS preprocessors are compiled into CSS and by doing so, extend the default capabilities of CSS.
- Sass makes authoring stylesheets faster, easier, and more flexible. It’s a welcome helper in the world of web design, because anyone that’s created a website knows that CSS is hard.
- how to use nesting, variables, mixins, partials, functions and more to write dynamic and reusable styles of code.