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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets/_bootstrap-reboot.scss')
-rw-r--r--assets/stylesheets/_bootstrap-reboot.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/stylesheets/_bootstrap-reboot.scss b/assets/stylesheets/_bootstrap-reboot.scss
new file mode 100644
index 0000000..1d9592f
--- /dev/null
+++ b/assets/stylesheets/_bootstrap-reboot.scss
@@ -0,0 +1,10 @@
+// Bootstrap Reboot only
+//
+// Includes only Normalize and our custom Reboot reset.
+
+@import "bootstrap/variables";
+@import "bootstrap/mixins/hover";
+@import "bootstrap/mixins/tab-focus";
+
+@import "bootstrap/normalize";
+@import "bootstrap/reboot";