Created
May 22, 2022 01:22
-
-
Save ibnsamy96/f88c7619f385f39801ab408d20727e22 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
In the workspace create 'settings.json' file in '.vscode' folder and put this peice of code in it. | |
{ | |
"liveSassCompile.settings.generateMap": true, // good for debugging | |
"liveSassCompile.settings.formats": [ | |
{ | |
"format": "expanded", | |
"extensionName": ".css", | |
"savePath": "~/../css", | |
"indentType": "tab", | |
"indentWidth": 1 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment