0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00
Bootstrap/scss/bootstrap-reboot.scss

11 lines
182 B
SCSS
Raw Normal View History

// Bootstrap Reboot only
//
// Includes only Normalize and our custom Reboot reset.
@import "variables";
@import "mixins";
2016-12-27 01:33:55 +01:00
@import "custom";
@import "normalize";
@import "reboot";