primate
primate copied to clipboard
add `@primate/style`
Support for
- Tailwind (mostly integrating into the build system, e.g.):
export default {
content: ["./components/**/*.svelte"],
theme: {
extend: {},
},
plugins: [],
}
And then programmatically running npx tailwindcss -i ./static/*.css -o ./static/*.css --watch or so.
- others?
this would be cool to add more than just tailwind
https://github.com/primatejs/primate/issues/165