Rebelmail/html-uglify

Uglify isn't running inside the @suports tag

Closed this issue · 6 comments

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.

@motdotla @M-J-Robbins still active?

Yeah still active :(

I'll try and work on this today.

@M-J-Robbins give this a shot now. You should be good to go.

👍