-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Change Tailwind defaults way #731
Comments
CC: @rohits-web03 |
Alright! I'll look into it |
@rohits-web03 currently these defaults are here brisa/packages/brisa-tailwindcss/index.ts Lines 22 to 24 in c123384
But then are used in build-time... Instead during the integration. Maybe we can directly replace it and use it only in this integration file: https://github.com/brisa-build/brisa/blob/e28fa95ef844350a6fa58dc4d119e35598c753e3/packages/brisa/src/cli/integrations/tailwindcss/index.ts |
Why not use Bun plugin for tailwindcss https://bun.sh/docs/bundler/fullstack#using-tailwindcss-in-html-routes |
@ansarizafar We will probably use it in the future, but it is still in its early stages. @AlbertSabate already tried to do this migration, but is better to don't do it yet. It only works for static |
Okay👍 |
Talked here by @ansarizafar, I've been thinking about it and one thing we can implement is that during the integration it creates a default
.css
file by default instead of using default values in build-time.The text was updated successfully, but these errors were encountered: