Closed
Description
What is the current behavior?
The escape symbol \
was lost
.grid { display: flex; flex-wrap: wrap; }
.grid.\-top { align-items: flex-start; }
.grid.\-middle { align-items: center; }
.grid.\-bottom { align-items: flex-end; }
=>
.grid { display: flex; flex-wrap: wrap; }\n.grid.-top { align-items: flex-start; }\n.grid.-middle { align-items: center; }\n.grid.-bottom { align-items: flex-end; }\n
What is the expected behavior?
Keep the escape symbol \