We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, there was such a problem that I wanted to combine tailwind and styled Components. I think, wow, there's even an instruction, but the problem is that it's for babel. I use Turbopack, but it does not support babel yet https://turbo.build/pack/docs/features/javascript , and I use a completely different way to add to extjs from the official website. https://nextjs.org/docs/app/building-your-application/styling/css-in-js#styled-components How can I combine Styled Components and tailwind without babel?
The text was updated successfully, but these errors were encountered:
I tried to use this instruction https://github.com/ben-rogerson/twin.examples/tree/master/next-styled-components-typescript
Sorry, something went wrong.
It doesn't support SWC (TurboPack) currently. Please refer to: #516 for more information.
Thanks for sharing this, exactly my problem
I would like to also find a way how to run it. This package is awesome.
No branches or pull requests
Hello, there was such a problem that I wanted to combine tailwind and styled Components. I think, wow, there's even an instruction, but the problem is that it's for babel.
I use Turbopack, but it does not support babel yet https://turbo.build/pack/docs/features/javascript
, and I use a completely different way to add to extjs from the official website.
https://nextjs.org/docs/app/building-your-application/styling/css-in-js#styled-components
How can I combine Styled Components and tailwind without babel?
The text was updated successfully, but these errors were encountered: