Skip to content

Extra space from config snippets #175

Description

@kubiqsk

Am I doing something wrong?

In my config I have

"config": {
	"css": {
		"snippets": {
			"trr": "transform: rotate(${1:45}deg);",
		}
	}
}

but when this abbreviation expand in the CSS, it looks like this

transform: rotate(45 deg);

the space after 45 is incorrect - it's shouldn't be there

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