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

Epic less failure #504

Closed
prettydiff opened this issue Dec 12, 2017 · 1 comment
Closed

Epic less failure #504

prettydiff opened this issue Dec 12, 2017 · 1 comment

Comments

@prettydiff
Copy link
Owner

Glavin001/atom-beautify#1983

@mjrodgers
Copy link

I'm having this issue also.

Input:

  .generate-list-item-text-color(@class) {
    li:not(.list-nested-item).text-@{class},
    li.list-nested-item.text-@{class} > .list-item {
      .text(@class);
    }
  }

Output after beautifying:

.generate-list-item-text-color(@class) {
    li.list-nested-item.text-@,
    li:not(.list-nested-item).text-@{class} {
      class
    }

    > .list-item {
      .text(@class);
    }
  }

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

No branches or pull requests

2 participants