[bs-css] flexGrow and flexShrink
thangngoc89 opened this issue · 0 comments
thangngoc89 commented
flex-grow: 0;
flex-shrink: 0;
compiles to
flexGrow zero;
flexShrink zero;
expected:
flexGrow 0;
flexShrink 0;
thangngoc89 opened this issue · 0 comments
flex-grow: 0;
flex-shrink: 0;
compiles to
flexGrow zero;
flexShrink zero;
expected:
flexGrow 0;
flexShrink 0;