Workaround for Bootstrap incompatibility with webpack. Fixes #2017

This commit is contained in:
MWDelaney
2018-09-17 10:17:14 -04:00
parent 375b06a22b
commit e72b490626

View File

@@ -4,3 +4,9 @@
$theme-colors: (
primary: #525ddc
);
/** Fix Bootstrap navbar incompatibility with webpack
* See https://github.com/roots/sage/issues/2017
*/
$navbar-dark-toggler-icon-bg: none;
$navbar-light-toggler-icon-bg: none;