Releases: metonym/svelte-preprocess-global
Releases · metonym/svelte-preprocess-global
v0.2.0
Features
- detect and make keyframes global
Fixes
- ignore files from
.svelte-kit
folder
v0.1.0
Initial release.
Usage
// svelte.config.js
import { global } from "svelte-preprocess-global";
/** @type {import('@sveltejs/kit').Config} */
const config = {
preprocess: [global()],
};
export default config;