mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 00:59:51 +02:00
Create new stylesheets for optional builds and add them to Gruntfile tasks
This commit is contained in:
10
scss/bootstrap-reboot.scss
vendored
Normal file
10
scss/bootstrap-reboot.scss
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
// Bootstrap Reboot only
|
||||
//
|
||||
// Includes only Normalize and our custom Reboot reset.
|
||||
|
||||
@import "variables";
|
||||
@import "mixins/hover";
|
||||
@import "mixins/tab-focus";
|
||||
|
||||
@import "normalize";
|
||||
@import "reboot";
|
Reference in New Issue
Block a user