Allow spacing values in auto-rows/auto-cols e.g. auto-rows-12/auto-cols-8
#20225
vincerubinetti
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
|
Hmm, that is a good question! I also don't know why nobody wanted this yet :D Let's think, one potential thing to keep in mind is that this accepts a lot of different kinds of values.
Then last but not least, all the others (like flex values such as or would you expect that What do you think about this? (And we can extend this to |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
#15170 (comment)
I was surprised to learn that these properties don't support spacing values (or whatever they're called) like most properties, e.g.
gap-2.I'm also surprised that I seem to be the first one requesting this? Using an explicit value for these properties would seem pretty common, and is one of the first examples on MDN:
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/grid-auto-rows
Beta Was this translation helpful? Give feedback.
All reactions