fix issue with hamburger animation not working in prod, due to is-active css being pruned

This commit is contained in:
Adam Piontek 2021-11-17 16:55:18 -05:00
parent 5312198644
commit 1286ef9a0d

View file

@ -186,6 +186,7 @@ function getCSSWhitelistPatterns() {
/^body$/, /^body$/,
/^figure$/, /^figure$/,
/^blockquote$/, /^blockquote$/,
/^is-active$/,
/^collapse$/, /^collapse$/,
/^collapsing$/, /^collapsing$/,
/^label$/, /^label$/,