Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using second config in .postcss-sorting.json #88

Open
timba64 opened this issue Jan 19, 2021 · 0 comments
Open

Using second config in .postcss-sorting.json #88

timba64 opened this issue Jan 19, 2021 · 0 comments

Comments

@timba64
Copy link

timba64 commented Jan 19, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant