You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is about other config, called newline_between_rules. The latest version shipped with the "HTML-JS-CSS Prettify" plugin on ST3 don't have it, and causes the same problem. I've replaced the js-beautify folder under plugin folder/scripts/node_modules with a clone of this repo and it works.
Check if adding newline_between_rules: true to your config solves the problem.
For the ST3 plugin, the issue is the current version of js-beautify published on npm, which also don't have the config, so publishing a new version of this repo on npm to fix the issue is also necessary.
@darlanalves yes, it is solved by newline_between_rules at 44df1f1
But, The current Js Beautify version is 1.5.4 and the commit that solves this (I suspect) will be released in the next 1.5.5 version.
Hi, I'm using ST3 and
selector_separator_newline: true
for Sass doesn't work.Now:
It should be like:
The text was updated successfully, but these errors were encountered: