Closed arturparkhisenko closed 8 years ago
Is this a problem standard CSS or in something like LESS/SCSS? I ask because the default beautifier used for CSS is different than for the other languages and I cannot reproduce the problem in those other languages.
@prettydiff thanks, its standard CSS.
It appears csscomb is the default beautifier if I am reading https://github.com/Glavin001/atom-beautify/blob/master/src/beautifiers/index.coffee correctly. You may wish to open a bug with that project: https://github.com/csscomb/csscomb.js
@Glavin001 is this correct?
The default beautifier for CSS is JS Beautify
: https://github.com/Glavin001/atom-beautify/blob/master/src/languages/css.coffee#L28
I have only 1 problem, but maybe we have another problems with shadowdom selectors. Before beautify:
:host ::content
after beautify::host::content
. Maybe i can config that?