Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra space from config snippets #175

Open
kubiqsk opened this issue Dec 6, 2021 · 0 comments
Open

Extra space from config snippets #175

kubiqsk opened this issue Dec 6, 2021 · 0 comments

Comments

@kubiqsk
Copy link

kubiqsk commented Dec 6, 2021

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

@kubiqsk kubiqsk mentioned this issue Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant