fix issue with hamburger animation not working in prod, due to is-active css being pruned
This commit is contained in:
parent
5312198644
commit
1286ef9a0d
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ function getCSSWhitelistPatterns() {
|
|||
/^body$/,
|
||||
/^figure$/,
|
||||
/^blockquote$/,
|
||||
/^is-active$/,
|
||||
/^collapse$/,
|
||||
/^collapsing$/,
|
||||
/^label$/,
|
||||
|
|
Loading…
Reference in a new issue