daisyui
daisyui copied to clipboard
Fix .css file name
Why?
That's the file name that the SvelteKit CLI generates by default. So no point creating a style.css when app.css exists, hence the suggestion.
I see.
Initially I only tested SvelteKit minimal template which doesn't have a CSS file.
I think you used SvelteKit demo template which has a app.css already.
Can you also update the file name on line 47 so I can merge?
Good catch, fixed both imports. Thank you for this useful Tailwind plugin!