11 lines
251 B
SCSS
11 lines
251 B
SCSS
// Bootstrap Reboot only
|
|
//
|
|
// Includes only Normalize and our custom Reboot reset.
|
|
|
|
@import "_variables";
|
|
@import "../bootstrap/mixins/hover";
|
|
@import "../bootstrap/mixins/tab-focus";
|
|
|
|
@import "../bootstrap/normalize";
|
|
@import "../bootstrap/reboot";
|