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
Feature | Description |
---|---|
Variables |
provides variables to store and use in multiple places |
Datatypes |
Data types allows to specify the allowed values for a variables |
Mixins |
Allows to reuse the styles |
[Operators ] |
provides arithmetic operators |
Nestings |
Styles are nested inside other styles |
partials |
has block of styles as a file included in other files |
Syntax | makes the modular approach to have namespaces |
[Inheritence ] |
share and extend the styles |
Debug |
debug the style code to fix the issues |