mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-27 15:34:42 +00:00
switching position of custom in bootstrap.scss for better efficiency
This commit is contained in:
parent
aaae40c069
commit
523c5a3d1a
1 changed files with 1 additions and 1 deletions
2
scss/bootstrap.scss
vendored
2
scss/bootstrap.scss
vendored
|
|
@ -5,8 +5,8 @@
|
|||
*/
|
||||
|
||||
// Core variables and mixins
|
||||
@import "variables";
|
||||
@import "custom";
|
||||
@import "variables";
|
||||
@import "mixins";
|
||||
|
||||
// Reset and dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue