cssbeautify icon indicating copy to clipboard operation
cssbeautify copied to clipboard

Grouping

Open cballenar opened this issue 11 years ago • 4 comments

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;
}

cballenar avatar Mar 06 '13 23:03 cballenar

What would be the API/UI settings look like?

ariya avatar Mar 11 '13 18:03 ariya

I think a checkbox makes the most sense. [x] Group

cballenar avatar Mar 11 '13 23:03 cballenar

actually "Group Properties"

cballenar avatar Mar 11 '13 23:03 cballenar

Well a check box is surely not enough. How do we know width is grouped with height and not with other property?

ariya avatar Mar 11 '13 23:03 ariya