Add Sass compiler configuration and enable scoped CSS generation
This commit is contained in:
10
FoodsharingSiegen.Server/sasscompiler.json
Normal file
10
FoodsharingSiegen.Server/sasscompiler.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"GenerateScopedCss": true,
|
||||
"ScopedCssFolders": [
|
||||
"Views",
|
||||
"Pages",
|
||||
"Shared",
|
||||
"Components",
|
||||
"Controls"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user