mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-08 06:50:59 +00:00
Merge branch 'provide-custom-scss' of https://github.com/stephaniepurvis/bootstrap into stephaniepurvis-provide-custom-scss
This commit is contained in:
commit
d00eef1dac
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
|
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
// Core variables and mixins
|
||||
@import "custom";
|
||||
@import "variables";
|
||||
@import "mixins";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue