stormwarning / stylelint-config-recess-order

🗂️ Recess-based property sort order for Stylelint.
ISC License
349 stars 22 forks source link

flex-flow and flex-direction are backwards #385

Closed simon-paris closed 20 hours ago

simon-paris commented 2 days ago

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.

stormwarning commented 1 day ago

Nice catch! I'll try have a fix out for that this weekend