✨ Feature Suggestion | Autoprefixer #1355
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Autoprefixer is a PostCSS extension that parses CSS and adds vendor prefixes
like
-moz-
or-webkit-
according to https://caniuse.com % of browsersthat support specified CSS features. We have few vendor prefixes already,
but that's a bit annoying to write all of them and we can miss few of these.
Vendor prefixes would improve browser support a bit without any noticible
downsides.
Nice, that's a good idea.