Workaround for Bootstrap incompatibility with webpack. Fixes #2017

This commit is contained in:
MWDelaney
2018-09-17 10:17:14 -04:00
parent de3b251fd1
commit a8838f486b

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;