I'm getting indentation issue when I'm using prettier-vscode with pettier-stylelint and autosave activated.
When I'm saving my document, all the indentation goes bad. But if I'm running prettier-stylelint --write -q \"**/*.{css,scss}\"', everything goes as they should. The only error I'm getting is'{ "parser": "postcss" }is deprecated. Prettier now treats it as '{ "parser": "css" }'
I'm getting indentation issue when I'm using prettier-vscode with pettier-stylelint and autosave activated.
When I'm saving my document, all the indentation goes bad. But if I'm running
prettier-stylelint --write -q \"**/*.{css,scss}\"', everything goes as they should. The only error I'm getting is
'{ "parser": "postcss" }is deprecated. Prettier now treats it as '{ "parser": "css" }'
thanks