roles-bot/.vscode/settings.json

10 lines
235 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",
2022-01-02 18:59:23 +01:00
"savePath": "/packages/website/styles/css"
2021-12-21 15:03:13 +01:00
}
]
}