Answer the question
In order to leave comments, you need to log in
How to properly set up snippets in VS Code?
I would like snippets in sass to work in much the same way as in css. For example, when writing tac, the text-align: center tag was used in sass, how it works in css
Answer the question
In order to leave comments, you need to log in
Maybe someone will need it.
I solved this problem by forcing SASS in Emmet with the lines:
"emmet.includeLanguages": {
"Sass": "html"
}
The Emmet plugin is responsible for this. It worked well for me with sass right after installation.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question