When I used vim-emmet in tag <style lang="sass">
I expect when I type t20px it should be
but it is
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!