Skip to content

div before '.' in scss file #553

@gb0115

Description

@gb0115

With scss file,

emmet.vim automatically adds divs as prefix when it expands nesting.

for example,

.class>a

is expanded like

div.class{
  a{
  }
}

How could I get rid of divs before '.' ?

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