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
gap-XX
space-y-XX
Tailwind gap-XX is the proper way to space elements within flex or grid elements.
flex
grid
We should refactor the codebase and switch every space-x-XXX or space-y-XXX to gap-XXX when appropriate.
space-x-XXX
space-y-XXX
gap-XXX
No response
The downside of using space-y-XX is that it's hard for the user to override if changed needed for a single child.
It will require the !important flag to override the complex styling applied to the children by the space-y utils.
!important
space-y
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature description
Tailwind
gap-XX
is the proper way to space elements withinflex
orgrid
elements.We should refactor the codebase and switch every
space-x-XXX
orspace-y-XXX
togap-XXX
when appropriate.Affected component/components
No response
Additional Context
The downside of using
space-y-XX
is that it's hard for the user to override if changed needed for a single child.It will require the
!important
flag to override the complex styling applied to the children by thespace-y
utils.Before submitting
The text was updated successfully, but these errors were encountered: