We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5b01a commit 0b6b8c9Copy full SHA for 0b6b8c9
src/dashboard/Synapse.Dashboard/Layout/MainLayout.razor.scss
@@ -1,4 +1,4 @@
1
-@import "../../wwwroot/css/theme/_variables.scss";
+@import "../wwwroot/css/theme/_variables.scss";
2
3
.page.h-100 {
4
max-height:100%;
src/dashboard/Synapse.Dashboard/compilerconfig.json
@@ -4,8 +4,8 @@
"inputFile": "wwwroot/css/app.scss"
5
},
6
{
7
- "outputFile": "Components/Layout/MainLayout.razor.css",
8
- "inputFile": "Components/Layout/MainLayout.razor.scss"
+ "outputFile": "Layout/MainLayout.razor.css",
+ "inputFile": "Layout/MainLayout.razor.scss"
9
10
11
"outputFile": "Components/ResourceEditor/ResourceEditor.razor.css",
0 commit comments