Skip to content

Commit 4a69a1d

Browse files
committed
Fix import of bootswatch styles
1 parent a40f561 commit 4a69a1d

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)