aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-06-13 22:45:16 -0700
committerMark Otto <[email protected]>2017-06-13 22:45:16 -0700
commitaa8c456a16b83ed041709b45b068788ec2d4d0d4 (patch)
tree2ec80376db37b04422ff19b8750b1f2413ae759c
parentd7867377d939a8bb8a645ab3af8a6a650a78fc29 (diff)
downloadbootstrap-aa8c456a16b83ed041709b45b068788ec2d4d0d4.tar.xz
bootstrap-aa8c456a16b83ed041709b45b068788ec2d4d0d4.zip
Remove the confusing _custom.scss file
-rw-r--r--scss/_custom.scss4
-rw-r--r--scss/bootstrap-grid.scss1
-rw-r--r--scss/bootstrap-reboot.scss1
-rw-r--r--scss/bootstrap.scss1
4 files changed, 0 insertions, 7 deletions
diff --git a/scss/_custom.scss b/scss/_custom.scss
deleted file mode 100644
index 88ccf202e..000000000
--- a/scss/_custom.scss
+++ /dev/null
@@ -1,4 +0,0 @@
-// Bootstrap overrides
-//
-// Copy variables from `_variables.scss` to this file to override default values
-// without modifying source files.
diff --git a/scss/bootstrap-grid.scss b/scss/bootstrap-grid.scss
index 2ba685877..f3699bc15 100644
--- a/scss/bootstrap-grid.scss
+++ b/scss/bootstrap-grid.scss
@@ -22,7 +22,6 @@ html {
box-sizing: inherit;
}
-@import "custom";
@import "variables";
//
diff --git a/scss/bootstrap-reboot.scss b/scss/bootstrap-reboot.scss
index 5867f08ec..cdf59ab68 100644
--- a/scss/bootstrap-reboot.scss
+++ b/scss/bootstrap-reboot.scss
@@ -2,7 +2,6 @@
//
// Includes only Normalize and our custom Reboot reset.
-@import "custom";
@import "variables";
@import "mixins";
diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss
index f7577f5c7..9ab2210b3 100644
--- a/scss/bootstrap.scss
+++ b/scss/bootstrap.scss
@@ -6,7 +6,6 @@
*/
// Core variables and mixins
-@import "custom";
@import "variables";
@import "mixins";