Open thecotne opened 9 years ago
Additionally, wrapping a complete CSS rule in comments will increase the indent of the property each time the file is saved!
/*li:before {
display: none;
}*/
Becomes...
/*li:before {
display: none;
}*/
@scotty6435 that's different issue
@thecotne I see, didn't spot the missing comment. It does still indicate there is a comment parsing problem.
Getting the same issues as @thecotne and @scotty6435
Original
First save
Second save
Expected result: no changes.
when i format this
i got this (note: it has syntax error)
expected result