2
0
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:
Julien Déramond
2022-04-25 12:34:49 +02:00
committed by Mark Otto
parent 3143824ea4
commit 54e0af0303
3 changed files with 7 additions and 7 deletions
@@ -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";