is there apparatus alphabetise css definitions visible studio?


eric meyer's recommendation keep sole manners alphabetized css impression construction creates clarity - there's "natural" proceed method rules, creates easy challenging construction certain don't interpretation same thing twice.



div.foo
{
background:green;
border:1px plain khaki;
display:none;
left:225px;
max-height:300px;
-x:hidden;
-y:auto;
position:absolute;
top:0;
width:230px;
z-index:99;
}


so question: there plugin easy proceed name list manners visible studio alphabetise them? (better yet, ask via stylesheet fell swoop.)



update



@geoff suggests cleancss, unequivocally cold above-requested alphabetization during once, offer lot good clean-up (e.g. merging definitions same selector). unfortunately collapses churned selectors construction unparalleled line. example



div.foo,
div.foo p,
div.foo li
{
color:green;
}


becomes



div.foo,div.foo p,div.foo li
{
color:green;
}


which many harder review kind deal-breaker. lowest concentration setting, i don't proceed overrule it.



Comments

Popular posts from this blog

list macos calm editors formula editors

how hibernate @any-related annotations?

using mvc, should hoop communication between views? between models?