The Sass is time-saving and minimizes the coding language.
Some basic features of SASS which come daily basis is below.
List and @each directive together.
The list is an initial feature of sass but @each and list come together then it's working perfectly.
Partials and @import directive.
The nested code is more complicated with multiple classes. If you want to available only required code then code separated into small size of code
@content directive.
The @content directive passes the information and content of @include to the @mixin directive.
%placeholders
This is used when the main styles don't want to use for some places and want to modify this style.
Reference symbol ( & )
The reference symbol removes the complexion of multiple classes. The one class can refer to the parent class using & symbol.
Functions.
This is used for letters, numbers, and string as color, size, and upper-case, lower-case, etc. Interpolation.