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
flex-direction is overridden by flex-flow , they should never appear in that order.
Placing these two properties in that order will always cause this error: Unexpected shorthand "flex-flow" after "flex-direction" (declaration-block-no-shorthand-property-overrides). And applying the autofix in this case could break things.
The text was updated successfully, but these errors were encountered:
flex-direction
is overridden byflex-flow
, they should never appear in that order.Placing these two properties in that order will always cause this error:
Unexpected shorthand "flex-flow" after "flex-direction" (declaration-block-no-shorthand-property-overrides)
. And applying the autofix in this case could break things.The text was updated successfully, but these errors were encountered: