VSCode Emmet for CSS doesn't work with Vue #1211
onurusluca
started this conversation in
General
Replies: 2 comments 2 replies
-
Hi @onurusluca, please track #1145. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Just confirmed. It is a Volar problem. With Vetur it is fine. Volar is becoming default though. Hope this will be fixed soon. I looked at the code. I will try to fix and request a pull. For now anyone with the same problem:
I had "vue-html": "html" but it is not enough, had to add both. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone! I am not sure if this is a problem of Volar but just wanted to ask.
Emmet abbreviation auto complete for CSS isn't working for CSS in a Vue(2 and 3 both) isn't working for me.
For example:
ml10px
should give 'margin-left: 10px;' but it doesn't.It works normally with .css or .scss files.
I have read every result on this search. Couldn't get it to work.
What may be the problem?
Beta Was this translation helpful? Give feedback.
All reactions