Describe the bug
When using the flex-flow property and defining it to column, the flex-wrapping warning is still shown. However, when a flex in in any form of a column, the warning shouldn't be triggered.
Expected behavior
When using flex-flow there should only be a warning from Stylelint if the direction is set to row and no wrap shorthand value is provided.
Describe the bug When using the
flex-flow
property and defining it tocolumn
, theflex-wrapping
warning is still shown. However, when a flex in in any form of a column, the warning shouldn't be triggered.To Reproduce
Expected behavior When using
flex-flow
there should only be a warning from Stylelint if the direction is set torow
and no wrap shorthand value is provided.