quick-editor
quick-editor copied to clipboard
Adds a \ to the beginning of CSS selector
Not sure why, but it adds a \ to the beginning if the css selector in the CSS file.
It'll turn:
.something {}
into
\.something {}

Same problem for me
Same for me too.
Open "markup-parser.coffee" in "lib" folder and replace in line 37: prefix = "\\." => prefix = "." Save and restart. If you have incorrect class on you stylesheet (et \.class), remove him and try )