Which extension is used for SCSS files?
- .css
- .scss
- .html
- .js
SCSS (Sassy CSS) files have the ".scss" extension. This extension is used to indicate that the file contains SCSS syntax, which is a more CSS-like syntax with additional features provided by SASS.
Loading...
Related Quiz
- You are tasked with creating a theme switcher that changes a set of color variables. How can SASS/SCSS functions assist in achieving this?
- How can you create a function in SASS that returns a value?
- Which property-value combination will make text both italicized and bold?
- Which CSS property is used to define a container as a grid layout?
- The process by which styles are applied to an element based on their source and specificity is known as the ________.