mirror of
https://github.com/symfony/demo.git
synced 2026-03-24 00:02:32 +01:00
Fix import of bootswatch styles
This commit is contained in:
@@ -22,5 +22,3 @@ $btn-padding-y: 15px;
|
||||
$btn-padding-x: 10px;
|
||||
$btn-padding-y-sm: 9px;
|
||||
$btn-padding-x-sm: 6px;
|
||||
|
||||
@import "./bootswatch/_variables.scss";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@import "variables";
|
||||
@import "./bootswatch/variables";
|
||||
|
||||
@import "../../vendor/twbs/bootstrap/scss/bootstrap.scss";
|
||||
@import "./bootswatch/bootswatch";
|
||||
|
||||
Reference in New Issue
Block a user