Workaround for Bootstrap incompatibility with webpack. Fixes #2017
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user