mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-23 07:50:23 +00:00
implements a _custom.scss, resolves #17322
This commit is contained in:
parent
e458c7b0e6
commit
aaae40c069
2 changed files with 5 additions and 0 deletions
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…
Reference in a new issue