I am looking for a site that can order all my css attributes instead
.class{ color:white; float:left; padding:10px; }
to give me the right order
.class{ float:left; padding:10px, color:white; }
In perfomance terms I won´t gain any advantage but I want to have it all organized if someone picks my project in future.
A quick google search gave me StyleNeat