astrada/ppx_bs_css

[bs-css] flexGrow and flexShrink

thangngoc89 opened this issue · 0 comments

flex-grow: 0;
flex-shrink: 0;

compiles to

flexGrow zero; 
flexShrink zero;

expected:

flexGrow 0;
flexShrink 0;

See https://github.com/SentiaAnalytics/bs-css/blob/30d0a296de9b66f569280a69b8bc4897732971b6/src/Css.rei#L417-L418