Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bootstrap-reboot.scss « scss - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f3263ba78af763763ddaff49ba1cd7bacd03ed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Bootstrap Reboot only
//
// Includes only Normalize and our custom Reboot reset.

@import "variables";
@import "mixins/hover";
@import "mixins/tab-focus";
@import "custom";

@import "normalize";
@import "reboot";