Skip to content

Commit 03fbddb

Browse files
committed
bug #1620 Fix import of bootswatch styles (rosier)
This PR was merged into the main branch. Discussion ---------- Fix import of bootswatch styles Fixes: - #1619 Commits ------- 4a69a1d Fix import of bootswatch styles
2 parents a40f561 + 4a69a1d commit 03fbddb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

assets/styles/_variables.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,3 @@ $btn-padding-y: 15px;
2222
$btn-padding-x: 10px;
2323
$btn-padding-y-sm: 9px;
2424
$btn-padding-x-sm: 6px;
25-
26-
@import "./bootswatch/_variables.scss";

assets/styles/app.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import "variables";
2+
@import "./bootswatch/variables";
23

34
@import "../../vendor/twbs/bootstrap/scss/bootstrap.scss";
45
@import "./bootswatch/bootswatch";

0 commit comments

Comments
 (0)