You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not using stylelint-config-recess-order.
Can you share a repository where we can reproduce the issue? Or a link to Stylelint playground where we can reproduce the issue?
try this:
body:
font-weight 100
color red
-------- will get a unexcepted result with semicolon after sorted-----------
body:
color red;
font-weight 100
The text was updated successfully, but these errors were encountered: