You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When expanding background color (“bgc”) the hash character for the HEX color value isn’t part of the placeholder. With the color property it is.
To Reproduce
Steps to reproduce the behavior:
Open a CSS file
Create a CSS rule, e. g. body {}
Insert a new line in the rule and type “bgc” and hit TAB or Ctrl-E
Default background color value is “#fff” with the three f highlighted but the “#” character isn’t
Expected behavior
The whole color value, including “#” should be part of the placeholder.
Screenshots
Environment
Nova version: 3.1
Emmet extension version 1.3.1
The text was updated successfully, but these errors were encountered:
Describe the bug
When expanding background color (“bgc”) the hash character for the HEX color value isn’t part of the placeholder. With the color property it is.
To Reproduce
Steps to reproduce the behavior:
body {}
Expected behavior
The whole color value, including “#” should be part of the placeholder.
Screenshots
Environment
The text was updated successfully, but these errors were encountered: