Replies: 1 comment 1 reply
-
I feel like |
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 see a lot there are a lot of usage of tailwind utility className
space-
in flexBoxes.since it's already in a flexBox, I'm just curious why not use
gap-
?In my opinion, it does the same thing, and makes it easier to understand the styling when checking through devTools.
is it about consistency?
Beta Was this translation helpful? Give feedback.
All reactions