Skip to content

Emmet is expanding CSS color property into column-rule property  #40

@yshivu

Description

@yshivu

On pressing Tab key after color in Sublime or Brackets, Emmet is expanding it into below code:
-webkit-column-rule: ;
-moz-column-rule: ;
-o-column-rule: ;
column-rule: ;

Similarly on pressing Tab key for "thin' it is getting expanded to text-indent: ;

Expected: color and thin should not be expanded

Emmet version in Sublime: 2016.08.10.08.24.48
Emmet version in Brackets: 1.2.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions