Created
March 19, 2024 06:38
-
-
Save DevMasterX/1cc35baa00ac9f7692a67a20d7c79f45 to your computer and use it in GitHub Desktop.
SASS - Live-Sass-Compiler_settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"liveSassCompile.settings.formats": [ | |
{ | |
"format": "expanded", | |
"extensionName": ".css", | |
"savePath": "/css" | |
}, | |
{ | |
"format": "compressed", | |
"extensionName": ".min.css", | |
"savePath": "/css" | |
} | |
], | |
"liveSassCompile.settings.excludeList": ["**/node_modules/**", ".vscode/**"], | |
"liveSassCompile.settings.generateMap": true, | |
"liveSassCompile.settings.autoprefix": ["> 1%", "last 2 versions"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Создать в корне проекта папку '.vscode', поместить в нее файл settings.json