Open vvs opened 7 years ago
Getting a similar behaviour with this code:
#react-root > section > div, /* Get app banner */
#react-root article img { /* Get app bagde */
display: none;
}
After running stylefmt
, /* Get app banner */
comment is removed
Consider the file
test.scss
:My stylelint rules include:
selector-list-comma-newline-after: always
. Stylelint produces no errors for such a file, it is OK with the content.After formatting both comments are gone! :)