Feature request: tab-size
classes
#13414
silverwind
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be useful if tailwind had classes to set integer
tab-size
. For example:tab-size-2
->tab-size: 2;
tab-size-4
->tab-size: 4;
tab-size-8
->tab-size: 8;
Units like
tab-size-[1em]
could be supported as well. Classes liketab-4
are already supported in unocss, albeit with unnecessary vendor-prefixes.Beta Was this translation helpful? Give feedback.
All reactions