Uglify isn't running inside the @suports tag
Closed this issue · 6 comments
M-J-Robbins commented
When wrapping my code in this
@supports (animation) {
/*CSS*/
}
It appears to be skipped by uglify, so the CSS selectors no longer match the HTML classes. Removing the @supports
query fixes the issue.
elbuo8 commented
@motdotla @M-J-Robbins still active?
M-J-Robbins commented
Yeah still active :(
motdotla commented
I'll try and work on this today.
motdotla commented
@M-J-Robbins give this a shot now. You should be good to go.
M-J-Robbins commented
👍