You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the template completely before filling it in.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: