vscode-postcss-sorting icon indicating copy to clipboard operation
vscode-postcss-sorting copied to clipboard

Using second config in .postcss-sorting.json

Open timba64 opened this issue 3 years ago • 0 comments

Environment

  • VSCode Version: 1.52.1
  • OS Version: Linux x64 4.15.0-132-generic
  • Node.js: 12.14.1

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?

timba64 avatar Jan 19 '21 13:01 timba64