Hirse / brackets-beautify

Brackets Extension to beautify JavaScript, HTML, and CSS files.
MIT License
34 stars 3 forks source link

Added Space on CSS Selector #12

Closed ghost closed 8 years ago

ghost commented 8 years ago

When beautifying an SCSS file I have, the plugin always adds a space in this selector:

&:not(: first-child)

I remove the space, save the file again, and it adds the space again. Tying this with an SCSS compiler in Brackets, the compiler fails because of the space.

If you need any more information, I'll be happy to provide it.

Thanks. ~ Griff

Hirse commented 8 years ago

I am sorry you are having this problem. Unfortunately this is an issue of the used library, so I am unable to fix it unless they do. Please open an issue on their GitHub page.

ghost commented 8 years ago

Thank you for your response. I have opened a ticket on their GitHub page as well.

https://github.com/beautify-web/js-beautify/issues/770