mutian / Sublime-CSS-Format

CSS Formatting for Sublime Text
http://mutian.github.io/Sublime-CSS-Format/
MIT License
98 stars 27 forks source link

Breaking Selectors containing ";" #48

Open maxfragg opened 8 years ago

maxfragg commented 8 years ago
#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)