At First, GREAT peace of work!! :-)) One Question, is it possible, that the property-order of an item in CSS can be sorted alphabetically?
for e.g.:
body
{
margin: ...;
font: ...;
border: ...;
}
... will be sorted like that:
body
{
border: ...;
font: ...;
margin: ...;
}
or maybe there is already a way which I dont know?
Greets
--
<http://forum.pspad.com/read.php?2,31278,31278>
PSPad freeware editor http://www.pspad.com
