-
Notifications
You must be signed in to change notification settings - Fork 46.9k
New issue
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
Adds CSS Grid properties to list of unitless numbers #9185
Conversation
Is this list exhaustive? |
It's exhaustive to the CSS grid spec, but not necessarily exhaustive to other newer unitless properties outside of that spec. |
Initially my questions were:
Clearly though if we already support Thanks for submitting this @ericsakmar! |
Adds the following CSS Grid properties to the list of unitless numbers:
gridColumnStart
gridColumnEnd
gridColumnSpan
(ie/ms only)gridRowStart
gridRowEnd
gridRowSpan
(ie/ms only)Without these values in the list, the code appends a
px
, which is not valid for these properties.