Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grouping #14

Open
cballenar opened this issue Mar 6, 2013 · 4 comments
Open

Grouping #14

cballenar opened this issue Mar 6, 2013 · 4 comments

Comments

@cballenar
Copy link

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;
}
@ariya
Copy link

ariya commented Mar 11, 2013

What would be the API/UI settings look like?

@cballenar
Copy link
Author

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

@cballenar
Copy link
Author

actually "Group Properties"

@ariya
Copy link

ariya commented Mar 11, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants