Sublime-CSS-Format icon indicating copy to clipboard operation
Sublime-CSS-Format copied to clipboard

Breaking Selectors containing ";"

Open maxfragg opened this issue 8 years ago • 0 comments

#header-wrap[style*="left:0px;

"] span[widgetid=collapse_feeds_btn]>span:before {
    display: inline-block;
}

should be:

#header-wrap[style*="left:0px;"] span[widgetid=collapse_feeds_btn]>span:before {
    display: inline-block;
}

this actually breaks the css-file at least for blink-browsers when formating expanded

(Example taken from clean greader)

maxfragg avatar Apr 06 '16 10:04 maxfragg