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 trying to set order of scss rules with sassLint i Visual studio code. I want to set "width" and "height" on the top. I configured .sasslintrc.json file with rule:
I'm trying to set order of scss rules with sassLint i Visual studio code. I want to set "width" and "height" on the top. I configured .sasslintrc.json file with rule:
{ "rules": { "property-sort-order": [ 1, { "order": [ "width", "height" ] } ] }
..but it dosent working. I'm still getting warnings:
I don't know what I'm doing wrong. Can somebody help me?
The text was updated successfully, but these errors were encountered: