quick-editor icon indicating copy to clipboard operation
quick-editor copied to clipboard

Adds a \ to the beginning of CSS selector

Open pejrich opened this issue 9 years ago • 3 comments

Not sure why, but it adds a \ to the beginning if the css selector in the CSS file.

It'll turn:

.something {}

into

\.something {}

screen shot 2016-07-26 at 3 31 20 am

pejrich avatar Jul 25 '16 20:07 pejrich

Same problem for me

jensulrich avatar Sep 08 '16 09:09 jensulrich

Same for me too.

icojones avatar Dec 20 '16 13:12 icojones

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 )

Driglu4it avatar Mar 24 '17 08:03 Driglu4it