Remove the confusing _custom.scss file

This commit is contained in:
Mark Otto 2017-06-13 22:45:16 -07:00
parent d7867377d9
commit aa8c456a16
4 changed files with 0 additions and 7 deletions

View File

@ -1,4 +0,0 @@
// Bootstrap overrides
//
// Copy variables from `_variables.scss` to this file to override default values
// without modifying source files.

View File

@ -22,7 +22,6 @@ html {
box-sizing: inherit;
}
@import "custom";
@import "variables";
//

View File

@ -2,7 +2,6 @@
//
// Includes only Normalize and our custom Reboot reset.
@import "custom";
@import "variables";
@import "mixins";

1
scss/bootstrap.scss vendored
View File

@ -6,7 +6,6 @@
*/
// Core variables and mixins
@import "custom";
@import "variables";
@import "mixins";