mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Clean up last $variable-prefix usages
This commit is contained in:
committed by
Mark Otto
parent
3143824ea4
commit
54e0af0303
@@ -66,7 +66,7 @@
|
||||
{{ highlight (printf `// Variable overrides first
|
||||
$primary: #900;
|
||||
$enable-shadows: true;
|
||||
$variable-prefix: "mo-";
|
||||
$prefix: "mo-";
|
||||
|
||||
// Then import Bootstrap
|
||||
@import "../node_modules/bootstrap/scss/bootstrap";
|
||||
@@ -82,7 +82,7 @@ $variable-prefix: "mo-";
|
||||
// Variable overrides second
|
||||
$primary: #900;
|
||||
$enable-shadows: true;
|
||||
$variable-prefix: "mo-";
|
||||
$prefix: "mo-";
|
||||
|
||||
// Required Bootstrap imports
|
||||
@import "../node_modules/bootstrap/scss/variables";
|
||||
|
||||
Reference in New Issue
Block a user