oscarotero/stylecow

Comments parse error

Closed this issue · 0 comments

I have this code:

ol.linenums { margin: 0 0 0 33px; /* IE indents via margin-left */ }
ol.linenums li { padding-left: 12px; color: #bebec5; line-height: 20px; text-shadow: 0 1px 0 #fff; }

And stylecow returns:

ol.linenums {
    margin: 0 0 0 33px;

    ol.linenums li {
        padding-left: 12px;
        color: #bebec5;
        line-height: 20px;
        text-shadow: 0 1px 0 #fff;
    }
}

I think that there are a problem with the inline comments into element style definition.