Introduction
  • What is SASS? What you will know after this course?
  • SASS vs LESS
Installation
  • Ideal editor for working with SASS
  • Installation and configuration of SASS
  • Manually compilation of SASS
  • Solution for problems with SSL when installing SASS
Code Managament
  • What are source maps and why they are so cool?
  • How to compress your CSS files on fly?
  • How to manage your code to be cleaner?
Syntax
  • What are variables and how to properly name them?
  • How to make drop-down menu using nested-styles?
  • What are mixins and how to solve problem with vendor prefixes?
  • @Extend
  • What are placeholders and when to use them?
  • Our own functions and built-in functions
  • Conditional Statements on practical example using function
  • Summary quiz
Real life examples
  • Why Math in Sass is so cool?
  • Professional Responsive Web Design with SASS
  • How to use variable value as a text for selector (Interpolation)
  • Generating small boxes selectors with mixins and interpolation
Advanced
  • Loop @for
  • Lists
Summary
  • What's next?