Closed mntnoe closed 6 years ago
Right now, adding the property gridColumn: 1 will result in grid-column: 1px being generated.
gridColumn: 1
grid-column: 1px
Can we add these properties to the CSS_NUMBER whitelist?
I believe these are the relevant properties:
gridArea gridColumn gridColumnEnd gridColumnStart gridRow gridRowEnd gridRowStart
Feel free to submit a PR to expedite the process 👍
If you need a workaround, you can use strings instead of numbers for now.
Closed with https://github.com/blakeembrey/free-style/pull/71.
Right now, adding the property
gridColumn: 1
will result ingrid-column: 1px
being generated.Can we add these properties to the CSS_NUMBER whitelist?
I believe these are the relevant properties:
gridArea gridColumn gridColumnEnd gridColumnStart gridRow gridRowEnd gridRowStart