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-beautify sibling combinator space issue #1001

Closed
laduke opened this issue Aug 19, 2016 · 2 comments
Closed

css-beautify sibling combinator space issue #1001

laduke opened this issue Aug 19, 2016 · 2 comments
Milestone

Comments

@laduke
Copy link

laduke commented Aug 19, 2016

p + p {
  position: flex;
}

becomes

p+ p {
  position: flex;
}

(the space in front of the +)

I'm using js-beautify 1.6.3

@prezmo
Copy link

prezmo commented Aug 29, 2016

Problem applies for other css selectors.

@bitwiseman bitwiseman added this to the v1.6.4 milestone Aug 29, 2016
@laduke
Copy link
Author

laduke commented Aug 30, 2016

thanks big dog

@bitwiseman bitwiseman changed the title css-beautify sibling selector space issue css-beautify sibling combinator space issue Aug 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants