Answer the question
In order to leave comments, you need to log in
How to customize SCSS formatting in VSCODE?
After formatting, the styles (TAGS and CLASSES) look like this:
h1,
h2 {
margin: 0;
padding: 0;
}
h1, h2 {
margin: 0;
padding: 0;
}
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question