UNPKG

@sjsf/shadcn-theme

Version:

The shadcn-svelte based theme for svelte-jsonschema-form

8 lines (7 loc) 290 B
import twAnimate from 'tailwindcss-animate'; export const APP_CONTENT = './src/**/*.{html,js,svelte,ts}'; export const THEME_CONTENT = './node_modules/@sjsf/shadcn-theme/dist/**/*.{html,js,svelte,ts}'; export default { content: [APP_CONTENT, THEME_CONTENT], plugins: [twAnimate] };