Skip to content

SASS - Syntactically Awesome Style Sheets

Overview

Sass (short for “Syntactically Awesome Style Sheets”) is a popular preprocessor scripting language that is used to generate CSS (Cascading Style Sheets). Sass is a more powerful and efficient way to write CSS code, as it provides additional features and functionality that are not available in standard CSS. Sass documentation link can be found here

Topics

Sr No.TopicsReading Efforts ( in hrs )Task Efforts ( in hrs )
1What is Sass?1
2What Is a Preprocessor?1
3Sass or SCSS?2
4Installing Sass1
5Sass Output Style
  • :nested
  • :expanded
  • :compact
  • :compressed
1
6Comments0.5
7Variable + objects11
8Nesting + The & character1
9Css extends1
10Partials11
11Extend/Inheritance
12Place Holder
13Mixins22
14@rules22
15Operators1.51
16Functions
  • Vanilla Functions in Sass
  • Color Functions
  • String Functions
  • List Functions
53
17Interpolation0.5
16Control Directive34
Total Hours24.514