Thanks for this great package.
Docs should probably mention that you need to add the following to your tailwind config to make it work:. Didn't create a PR, not sure if that's something you would be interested in.
module.exports = {
content: [
'./src/**/*.{html,js,svelte,ts}',
'./node_modules/svelte-theme-select/**/*.{html,js,svelte,ts}'
],
// ... rest stripped out for brevity
}
Thanks for this great package.
Docs should probably mention that you need to add the following to your tailwind config to make it work:. Didn't create a PR, not sure if that's something you would be interested in.