Maushundb / quick-editor

This repo has been DEPRECATED. Please use https://atom.io/packages/code-peek
MIT License
25 stars 6 forks source link

Adds a \ to the beginning of CSS selector #19

Open pejrich opened 8 years ago

pejrich commented 8 years ago

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

jensulrich commented 8 years ago

Same problem for me

icojones commented 7 years ago

Same for me too.

Driglu4it commented 7 years ago

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 )