Closed jamesarosen closed 5 years ago
A loot of tests are failing. https://travis-ci.org/hudochenkov/stylelint-order/jobs/557424260
When you fix, please, don't force push. If you force push, then I can't see what changes you did and I have to review everything again. I'll squash commits on merge for clean Git history.
Thank you! Awesome job!
Given
the default alphabetical sort would rorder that to
That changes the behavior since the shorthand
border-color
now overrides the longhandborder-bottom-color
. This commit makes the alphabetical sorting shorthand-aware.This commit also upgrades postcss-sorting to ^5.0.1 so the "fix" logic is the same as the linting logic.
See https://github.com/hudochenkov/postcss-sorting/pull/85
Closes #50