Add Sass compiler configuration and enable scoped CSS generation

This commit is contained in:
troogs
2026-04-21 21:13:53 +02:00
parent 3db943d652
commit 9983a58ba9
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"GenerateScopedCss": true,
"ScopedCssFolders": [
"Views",
"Pages",
"Shared",
"Components",
"Controls"
]
}