Why is the advice from v1 about extracting components not in v2 #5968
alexjoyner
started this conversation in
General
Replies: 1 comment 1 reply
-
Still totally something you can do, I just tried to shorten that section because it felt like it was becoming too much of an article on how to write CSS and less documentation of Tailwind the framework. I would still recommend breaking up classes like that to be composable over duplicating. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I noticed in the documentation for extractive components, v1 gives the advice for building button utility classes as not putting all the tailwind utilities in the custom utility
but in v2, the docs don't seem to mention this anymore and now just use this
Did I miss something, or Is the original advice not recommended anymore? if so, what's the reason?
Beta Was this translation helpful? Give feedback.
All reactions