Skip to content

Extend separate_groups options in PropertySortOrder #1005

Description

@bahurr

If separate_groups is set to true and I have many groups defined in the order configuration, and some CSS selector has many single rules from each of the groups, it gives not the best looking result:

.item {
  position: relative;

  display: block;

  font-size: 1.2rem;

  color: #fff;

  cursor: pointer;
}

It would be great to have an option to suppress separation for one-liners and let them group with the other ones next to them:

.item {
  position: relative;
  display: block;
  font-size: 1.2rem;
  color: #fff;
  cursor: pointer;
}
.item {
  position: absolute;
  left: 50%;

  display: block;
  font-size: 1.2rem;
  color: #fff;
  cursor: pointer;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions