Sass (short for syntactically awesome style sheets) is a preprocessor scripting language that is interpreted or compiled into Cascading Style Sheets (CSS). SassScript is the scripting language itself.

8 Hrs.
Course Outline
- Introduction
- What Is a Preprocessor
- Installing Sass
- Setting Up The Project Structure
- Variables in Sass
- Partials
- Mixins in Sass
- Imports in Sass
- Nested Media Queries in Sass
- Basic Arithmetic & The Sass Shell
- Color Arithmetic
- What Are Functions?
- Built-in Functions
- Creating Your Own Functions