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
First i put array with smacss order in settings.json in VisualStudioCode. It works fine.
Expected behavior
Then I make .postcss-sorting.json with { "postcssSorting.config": { "properties-order": "alphabetical" } }
put it in root of wordpress theme
and expect that when i hit "ctrl+shift+P" and then "PostCss Sorting: Run"
I expect that my rules would be sorted in alphabetical order, but it doesn't work.
My rule sorted according setting.json from VS Code
Question
What i do wrong?
The text was updated successfully, but these errors were encountered:
Environment
Actual behavior
First i put array with smacss order in settings.json in VisualStudioCode. It works fine.
Expected behavior
Then I make .postcss-sorting.json with
{ "postcssSorting.config": { "properties-order": "alphabetical" } }
put it in root of wordpress theme
and expect that when i hit "ctrl+shift+P" and then "PostCss Sorting: Run"
I expect that my rules would be sorted in alphabetical order, but it doesn't work.
My rule sorted according setting.json from VS Code
Question
What i do wrong?
The text was updated successfully, but these errors were encountered: