DaveKeehl / svelte-reveal

Svelte action that leverages the Intersection Observer API to trigger reveal on scroll transitions.
https://stackblitz.com/edit/svelte-reveal?file=src%2FApp.svelte
MIT License
131 stars 3 forks source link

Use autoprefixer to add vendor prefixes #175

Open DaveKeehl opened 1 year ago

DaveKeehl commented 1 year ago

Currently vendor prefixes are added programmatically to every CSS property. A better solution would be to install and integrate autoprefixer, so that this task is done automatically.

Some resources: