Loving tailwindcss 3 #6842
NeurAlch
started this conversation in
Kind words
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just wanted to say thanks for all the great work on TW3, I'm really loving it. After a few missteps I managed to get my perfect setup. My use case is for a Chrome Extension and I need 3 CSS files generated for different things (extension popup, site content, custom tools html). I still have to dive into the dynamic classes.
Loving the fact that I can do this with PostCSS and TW:
My only feature request would be the output of prefixes even if not used on the code, so I use "p-3" but the output is "__tw_p-3".
Note: Having postcss/tailwind handle the CSS removed the pain of using a custom config setup for
create-react-app
+ craco + LESS + AntDBeta Was this translation helpful? Give feedback.
All reactions