Description
In this course, you will learn :
- Syntactically Awesome Stylesheets (Sass) is a modern web development language that allows you to write CSS better, faster, and with more advanced features.
- shows you how to install Sass and use its main features, including variables, nesting, partials, and mixins.
- Discover how to use SassScript to build complex functions out of Sass lists and control statements.
Syllabus :
1. Understanding Sass
- Sass requirements
- Build installation
2. Sass Fundamentals
- Sass syntax
- Using variables
- Nesting
- Partials
- Parent selector
- Mixins
- Extend
3. Working with SassScript
- Interpolation
- Placeholder selectors
- Comments
- Using lists
- Each
- For
- Maps
- Operators and conditionals
- Color functions