SCSS یک مجموعه CSS است. هر CSS معتبر SCSS است ، آنها حتی دارای syntax مشابه هستند

در ادامه با برخی از سرفصل های درسی این مجموعه آموزش آشنا می شویم:
Transpile SCSS to CSS using node-sass
Organize SCSS into Multiple Files with Partials
Organize Styles with SCSS Nesting and the Parent Selector
Use SCSS Variables for Readable and Maintainable Stylesheets
Use Standard Built-in SCSS Functions for Common Operations:
Reuse Styles with the SCSS @mixin Directive
Reuse Styles with the SCSS @extend Directive
Write similar classes with the SCSS @for Control Directive
Loop Over Data with the SCSS @each Control Directive
Write Custom Functions with the SCSS @function Directive