mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-15 10:05:40 +02:00
implements a _custom.scss, resolves #17322
This commit is contained in:
4
scss/_custom.scss
Normal file
4
scss/_custom.scss
Normal file
@@ -0,0 +1,4 @@
|
||||
// Custom Overrides
|
||||
//
|
||||
// Copy settings from `_variables.scss` to this file to override
|
||||
// the Bootstrap defaults without modifying key, versioned files.
|
1
scss/bootstrap.scss
vendored
1
scss/bootstrap.scss
vendored
@@ -6,6 +6,7 @@
|
||||
|
||||
// Core variables and mixins
|
||||
@import "variables";
|
||||
@import "custom";
|
||||
@import "mixins";
|
||||
|
||||
// Reset and dependencies
|
||||
|
Reference in New Issue
Block a user