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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2015-06-18 20:19:50 +0300
committerMark Otto <markdotto@gmail.com>2015-06-18 20:19:50 +0300
commit8410afe0e104459a613f6232ad46334aa8b99fda (patch)
tree9fbf0dfa4ab705e676891fbbfb8df8f11bb13e7d /scss/bootstrap-reboot.scss
parente615ae053c816fa477d158562e20ecaf2609128d (diff)
Create new stylesheets for optional builds and add them to Gruntfile tasks
Diffstat (limited to 'scss/bootstrap-reboot.scss')
-rw-r--r--scss/bootstrap-reboot.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/scss/bootstrap-reboot.scss b/scss/bootstrap-reboot.scss
new file mode 100644
index 0000000000..f7ff43eb2b
--- /dev/null
+++ b/scss/bootstrap-reboot.scss
@@ -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";