Introduction
Welcome
()
What you should know before watching this course
()
Using the exercise files
()
1. Getting Started
Understanding Sass
()
Installation options
()
Working with the automation template
()
2. Learning Sass Fundamentals
Working with variables
()
Nesting your styles
()
Using Partials
()
Creating basic mixins
()
Using the @extend method
()
Referencing parent selectors with &
()
3. Working with SassScript
Using comments and hidden comments
()
Working with math operations
()
Modifying colors
()
Creating list elements
()
Using the @content container
()
Conditional @if statements and argument lists
()
Looping through lists with @for
()
Going through a list with @each
()
Working with the map data type
()