mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 23:10:23 +00:00
11 lines
198 B
SCSS
11 lines
198 B
SCSS
|
|
// Bootstrap Reboot only
|
||
|
|
//
|
||
|
|
// Includes only Normalize and our custom Reboot reset.
|
||
|
|
|
||
|
|
@import "variables";
|
||
|
|
@import "mixins/hover";
|
||
|
|
@import "mixins/tab-focus";
|
||
|
|
|
||
|
|
@import "normalize";
|
||
|
|
@import "reboot";
|