Skip to content

Commit d3ebca2

Browse files
committed
bug #1617 Fix styles (javiereguiluz)
This PR was merged into the main branch. Discussion ---------- Fix styles Without this change, I don't see any styles on the app and the server shows this: ``` [Application] Nov 4 14:19:23 |CRITICA| REQUES Uncaught PHP Exception Symfony\Component\AssetMapper\Exception\RuntimeException: "Unable to find asset "./bootswatch/_variables" referenced in "demo/assets/styles/_variables.scss". The file "demo/assets/styles/bootswatch/_variables" does not exist." at CssAssetUrlCompiler.php line 111 ``` Commits ------- 28c46a6 Fix styles
2 parents 9b7007f + 28c46a6 commit d3ebca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/styles/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ $btn-padding-x: 10px;
2323
$btn-padding-y-sm: 9px;
2424
$btn-padding-x-sm: 6px;
2525

26-
@import "./bootswatch/variables";
26+
@import "./bootswatch/_variables.scss";

0 commit comments

Comments
 (0)