Closed
Description
When I used vim-emmet in tag <style lang="sass">
I expect when I type t20px it should be
card
top: 20px
but it is
card
t20px {
}
Sass syntax is correct. It seems that vim-emmet dosen't determine the filetype is sass
Even it is declared in the style tag
If it works, it will be perfect to me!
Metadata
Metadata
Assignees
Labels
No labels