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

CSS functions in declarations not getting padded with a space #1031

Closed
thescientist13 opened this issue Dec 9, 2022 · 0 comments · Fixed by #1032
Closed

CSS functions in declarations not getting padded with a space #1031

thescientist13 opened this issue Dec 9, 2022 · 0 comments · Fixed by #1032
Assignees
Labels
bug Something isn't working CLI P0 Critical issue that should get addressed ASAP v0.27.2
Milestone

Comments

@thescientist13
Copy link
Member

For example this

h1, h2 {
  border-top: 3px solid var(--color-secondary);
}

Comes out as this, missing the space between the space, causing the styles to fail

h1, h2 {
  border-top: 3px solidvar(--color-secondary);
}
@thescientist13 thescientist13 self-assigned this Dec 9, 2022
@thescientist13 thescientist13 converted this from a draft issue Dec 9, 2022
@thescientist13 thescientist13 added this to the 1.0 milestone Dec 9, 2022
@thescientist13 thescientist13 added bug Something isn't working P0 Critical issue that should get addressed ASAP CLI labels Dec 9, 2022
@thescientist13 thescientist13 moved this from 🏗 In progress to 👀 In review in [Greenwood] Phase 9 - Standards and Conventions Dec 9, 2022
Repository owner moved this from 👀 In review to ✅ Done in [Greenwood] Phase 9 - Standards and Conventions Dec 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CLI P0 Critical issue that should get addressed ASAP v0.27.2
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant