Created
March 8, 2020 06:20
-
-
Save Komock/6908edd709738a5f4b9c043cbefef361 to your computer and use it in GitHub Desktop.
live Sass Compiler plugin config (should be in .vscode folder)
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": { | |
"generateMap": false, | |
"includeItems": [ | |
"./scss/style.scss" | |
], | |
"formats":[ | |
{ | |
"format": "expanded", | |
"extensionName": ".css", | |
"savePath": "/css" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment