v0.1.8
Added automatic vendor-prefixing of properties for the last 2 major versions of Chrome/Firefox/Safari. This ensures that instead of bloating up your CSS file with unnecessary prefixes that you may not want, only the most needed vendor prefixes (e.g. -webkit-mask
/-webkit-backdrop-filter
/-webkit-background-clip
) are added. This should also be future-proof, provided you periodically update caniuse-lite
(used by autoprefixer
).
You should probably still do your own vendor-prefixing through your vite config, but this will serve as a nice safeguard in case you don't.