-
Couldn't load subscription status.
- Fork 49.7k
Adds CSS Grid properties to list of unitless numbers #9185
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
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:
gridColumnStartgridColumnEndgridColumnSpan(ie/ms only)gridRowStartgridRowEndgridRowSpan(ie/ms only)Without these values in the list, the code appends a
px, which is not valid for these properties.