ream88 / stylelint-config-idiomatic-order

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

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

Open rafaeldolfe opened 2 years ago

rafaeldolfe commented 2 years 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!