You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on https://github.com/davesnx/re-styled-ppx and would be amazing to have support for shorthand flex properties, like flex('some(1., 1.)) or flex('some(1.)).
Hey @alexfedoseev
I'm working on https://github.com/davesnx/re-styled-ppx and would be amazing to have support for shorthand flex properties, like
flex('some(1., 1.))
orflex('some(1.))
.The change wouldn't be massive, it's somehow making grow and basis optionals.
https://github.com/MinimaHQ/re-css/blob/master/src/Css.re#L1785-L1794
WDYT?
PD. I'm happy to jump into making a PR
The text was updated successfully, but these errors were encountered: