roles-bot/.vscode/settings.json

10 lines
226 B
JSON
Raw Normal View History

2021-12-21 15:03:13 +01:00
{
"liveServer.settings.port": 5501,
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
2021-12-22 18:40:46 +01:00
"savePath": "/src/web/styles/css"
2021-12-21 15:03:13 +01:00
}
]
}