1
0
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:
Mark Otto
2015-06-18 10:19:50 -07:00
parent e615ae053c
commit 8410afe0e1
29 changed files with 15454 additions and 12 deletions

10
scss/bootstrap-reboot.scss vendored Normal file
View 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";