roles-bot/.vscode/settings.json
2021-12-22 18:40:46 +01:00

10 lines
No EOL
226 B
JSON

{
"liveServer.settings.port": 5501,
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
"savePath": "/src/web/styles/css"
}
]
}