Closed Astrael1 closed 1 month ago
postcss-sorting
need to ignore case, then we can add it to stylelint-order
. Because postcss-sorting
powering autofixing, it would be strange if logic for checking order in stylelint-order
would be different than its fixing functionality.properties-order
.I added some tests. I haven't added tests in grouped-strict yet.
I'd like to know if it's fine. Are there too many tests or not enough etc?
I haven't added tests in grouped-strict yet.
They are not needed.
Hello :) There are some issues with #78
Border-width: 1px; Border-top-width: 2px;
they do it on purpose and they expect it to behave just like any other css properties. Do you agree with that?