0
0
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:
Stephanie Kendall 2015-12-01 13:44:37 -06:00
parent e458c7b0e6
commit aaae40c069
2 changed files with 5 additions and 0 deletions

4
scss/_custom.scss Normal file
View 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
View File

@ -6,6 +6,7 @@
// Core variables and mixins
@import "variables";
@import "custom";
@import "mixins";
// Reset and dependencies