primate icon indicating copy to clipboard operation
primate copied to clipboard

add `@primate/style`

Open terrablue opened this issue 1 year ago • 1 comments

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?

terrablue avatar Jul 10 '24 20:07 terrablue

this would be cool to add more than just tailwind

ralyodio avatar Jul 12 '24 15:07 ralyodio

https://github.com/primatejs/primate/issues/165

terrablue avatar Oct 14 '24 00:10 terrablue