cssbeautify
cssbeautify copied to clipboard
Grouping
This is not really an issue, just a suggestion. I think it'd be cool to offer the option to group CSS properties, i.e.:
.class {
width: 10px; height: 10px;
margin: 0; padding: 0;
top: 108px; left: 231px;
}
What would be the API/UI settings look like?
I think a checkbox makes the most sense. [x] Group
actually "Group Properties"
Well a check box is surely not enough. How do we know width
is grouped with height
and not with other property?