Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browsers don't support minified @supports-or #469

Closed
AbbasBHF opened this issue Feb 18, 2020 · 1 comment · Fixed by #479
Closed

Browsers don't support minified @supports-or #469

AbbasBHF opened this issue Feb 18, 2020 · 1 comment · Fixed by #479

Comments

@AbbasBHF
Copy link

Installed product versions

  • Visual Studio: 2019 Enterprise 16.4.0
  • Google Chrome 80.0.3987.106
  • Mozilla Firefox 72.0.2
  • This extension: 2.8.396

Description

This extension minify
@supports ((position:-webkit-sticky) or (position:sticky))
to
@supports ((position:-webkit-sticky)or(position:sticky))
But browsers (I just tested on Chrome and Firefox) don't support this.

@markhobson
Copy link
Contributor

NUglify performs the minification and looks like this issue trullock/NUglify#58 has been fixed in 1.5.14. Can we bump the dependency to this fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants