UNPKG

aliaset

Version:
8 lines (5 loc) 233 B
// ensure any twind methods are called after twind has been setup import install from '@twind/with-sveltekit' import config from '../twind.config' export const tw = install(config, import.meta.env.PROD) export * from '@twind/core'