mirror of https://github.com/twbs/bootstrap.git
Merge branch 'provide-custom-scss' of https://github.com/stephaniepurvis/bootstrap into stephaniepurvis-provide-custom-scss
This commit is contained in:
commit
d00eef1dac
|
|
@ -0,0 +1,4 @@
|
||||||
|
// Custom Overrides
|
||||||
|
//
|
||||||
|
// Copy settings from `_variables.scss` to this file to override
|
||||||
|
// the Bootstrap defaults without modifying key, versioned files.
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Core variables and mixins
|
// Core variables and mixins
|
||||||
|
@import "custom";
|
||||||
@import "variables";
|
@import "variables";
|
||||||
@import "mixins";
|
@import "mixins";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue