Skip to content

v0.1.8

Compare
Choose a tag to compare
@mayank99 mayank99 released this 21 Jan 20:28
· 55 commits to main since this release

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.