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

[Bug]: Autoprefixer removed as of v2.1.1 #568

Open
3 tasks done
gselderslaghs opened this issue Dec 27, 2024 · 0 comments
Open
3 tasks done

[Bug]: Autoprefixer removed as of v2.1.1 #568

gselderslaghs opened this issue Dec 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@gselderslaghs
Copy link
Member

Before submitting...

Context

Autoprefixer is removed as of v2.1.1 while there was no replacement, browserlist was still active in npm
Not working with prefixed css properties can result in drastic browser coverage decrease
For an example, as of caniuse.com we can see a reduction of 14,78% on text-decoration property, this is just one of the many issues we are facing because of unprefixed css properties

Current Behavior

CSS is not being prefixed for older browsers

Expected behavior

CSS should be prefixed for backwards compatibility with older browsers

Possible Solutions or Causes

Install autoprefixer with postcss, adjust rollupconfig to compile with prefixes

Steps to reproduce

No response

Your Environment

  • Version used: v2.2.1
@gselderslaghs gselderslaghs added the bug Something isn't working label Dec 27, 2024
@gselderslaghs gselderslaghs mentioned this issue Dec 27, 2024
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant