Created
July 1, 2020 12:39
-
-
Save shahbaz17/59e7eec1dbc3672449ff51662f432ed3 to your computer and use it in GitHub Desktop.
Live Sass Compile Config - 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": "compressed", | |
"extensionName": ".css", | |
"savePath": "/css" | |
} | |
], | |
"liveSassCompile.settings.generateMap": false, | |
"liveSassCompile.settings.autoprefix": [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment