.SCSS File
.scss is Sass Cascading Style Sheet
Features | Description |
---|---|
File Extension | .scss |
Format | Text |
Category | Web |
.scss is Sass Cascading Style Sheet
Features | Description |
---|---|
File Extension | .scss |
Format | Text |
Category | Web |
What's on this Page
The scss file extension is primarily related to Syntactically Awesome Stylesheets, a style sheet language used to describe and style websites along with additional data, such as variables, nested rules, and mixins. Sass is mature, stable, and powerful professional grade CSS extension language.
SCSS source code files are stored in a plain text format. The files are then compiled into .css files by software tools such as Compass.app or CodeKit on MacOS for using on webpages as common CSS stylesheets.
More information and Sass tools you can find on SASS language website.
Files with scss file extension are stylesheets created using the Syntactically Awesome Stylesheets (SASS) CSS language.