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 a40f561 commit 4a69a1dCopy full SHA for 4a69a1d
assets/styles/_variables.scss
@@ -22,5 +22,3 @@ $btn-padding-y: 15px;
22
$btn-padding-x: 10px;
23
$btn-padding-y-sm: 9px;
24
$btn-padding-x-sm: 6px;
25
-
26
-@import "./bootswatch/_variables.scss";
assets/styles/app.scss
@@ -1,4 +1,5 @@
1
@import "variables";
2
+@import "./bootswatch/variables";
3
4
@import "../../vendor/twbs/bootstrap/scss/bootstrap.scss";
5
@import "./bootswatch/bootswatch";
0 commit comments