ream88 / stylelint-config-idiomatic-order

stylelint + idiomatic-css = ❤️
https://www.npmjs.com/package/stylelint-config-idiomatic-order
MIT License
179 stars 18 forks source link

Ordering of flex-flow and flex-direction can lead to bugs #73

Open rafaeldolfe opened 1 year ago

rafaeldolfe commented 1 year ago

I used idiomatic order for a huge project and in one case (havent seen any more atm) the order of flex-flow and flex-direction resulted in them being moved and causing styling issues (an entire page was empty pretty much).

Idiomatic order can cause issues, worth looking into!