senchalabs / cssbeautify

Reindent and reformat CSS

Home Page:http://www.senchalabs.org/cssbeautify/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stray semicolon in empty rules

wemakeweb opened this issue · comments

menu{} 

gets converted into when automatic semicolon is enabled

menu {;
}