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.)) or flex('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
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