Answers for "scss file format"

CSS
0

sass file

Sass is a popular preprocessor scripting language that gets compiled into css. 
There are 2 file extensions:
1) .scss (newer syntax, commonly used)
2) .sass (older syntax with strict indentation)
Learn More at https://sass-lang.com/
Posted by: Guest on September-04-2021
0

how to save scss file

SAVE SCSS FILE BY FIRSTING CREATING A FOLDER NAMED SCSS THE N SAVE IT USING VSCODE
Posted by: Guest on March-17-2021

Browse Popular Code Answers by Language