SASS CSS features

like a programming language, SASS allows having a lot of useful features to completely reuse the styles for large projects.

SCSS and SASS Features list

FeatureDescription
Variablesprovides variables to store and use in multiple places
DatatypesData types allows to specify the allowed values for a variables
MixinsAllows to reuse the styles
[Operators]provides arithmetic operators
NestingsStyles are nested inside other styles
partialshas block of styles as a file included in other files
Syntaxmakes the modular approach to have namespaces
[Inheritence]share and extend the styles
Debugdebug the style code to fix the issues