2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03: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
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";