Closed terrablue closed 1 month ago
Support for
export default { content: ["./components/**/*.svelte"], theme: { extend: {}, }, plugins: [], }
And then programmatically running npx tailwindcss -i ./static/*.css -o ./static/*.css --watch or so.
npx tailwindcss -i ./static/*.css -o ./static/*.css --watch
this would be cool to add more than just tailwind
https://github.com/primatejs/primate/issues/165
Support for
And then programmatically running
npx tailwindcss -i ./static/*.css -o ./static/*.css --watch
or so.