Hirse / brackets-beautify

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

Why newline_between_rules inside a @media rule does nothing? #11

Closed ErickPetru closed 8 years ago

ErickPetru commented 8 years ago

I have already put "newline_between_rules": true inside my .jsbeautifyrc file.

It works well for all rules outside of groups, but inside groups (like @media) the children rules stay together.

I believe it's some bug with the beautify-css.js file, but I couldn't find a GitHub project for itself. Is there any solution to it?

Hirse commented 8 years ago

It is the same library for all beautify files: js-beautify

ErickPetru commented 8 years ago

Thank you @Hirse, so I created an issue there (https://github.com/beautify-web/js-beautify/issues/769).

Hirse commented 8 years ago

Alright, I am going to close this issue, but also going to keep an eye on the one at the library.