From 0318332bcf820527ce00c694115a347948ddc4a5 Mon Sep 17 00:00:00 2001 From: Adam Piontek Date: Sun, 31 Oct 2021 17:43:39 -0400 Subject: [PATCH] fix hamburger by whitelisting 'is-active' css --- webpack.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webpack.config.js b/webpack.config.js index 7c561bf..a542163 100755 --- a/webpack.config.js +++ b/webpack.config.js @@ -180,7 +180,9 @@ function getCSSWhitelistPatterns() { /^figure$/, /^blockquote$/, /^tsml(-.*)?$/, + /^is-active$/, /^collapse$/, + /^collapsed$/, /^collapsing$/, /^label$/, /^input$/,