Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add @primate/style #139

Open
terrablue opened this issue Jul 10, 2024 · 1 comment
Open

add @primate/style #139

terrablue opened this issue Jul 10, 2024 · 1 comment
Labels
modules modules / ecosystem

Comments

@terrablue
Copy link
Contributor

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 terrablue added the modules modules / ecosystem label Jul 10, 2024
@terrablue terrablue mentioned this issue Jul 10, 2024
@ralyodio
Copy link
Contributor

this would be cool to add more than just tailwind

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
modules modules / ecosystem
Projects
None yet
Development

No branches or pull requests

2 participants