Skip to content

Sass using vim-emmet issue #23

Closed
Closed
@mickeylin

Description

@mickeylin

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions