Description
In this course, you will learn:
- The best way to install Sass and work with its main features: variables, nesting, partials, and mixins.
- How to use SassScript to create complex functions from Sass lists and control statements.
- Sass fundamentals.
- Working with SassScript.
Syllabus :
- 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
- Chapter Quiz
2. Learning Sass Fundamentals
- Working with variables
- Nesting your styles
- Using Partials
- Creating basic mixins
- Using the @extend method
- Referencing parent selectors with &
- Chapter Quiz
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
- Chapter Quiz