mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
implements a _custom.scss, resolves #17322
This commit is contained in:
parent
e458c7b0e6
commit
aaae40c069
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user