-
Notifications
You must be signed in to change notification settings - Fork 458
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
Not work with mixin of less #592
Comments
Possibly the same issue as #593 |
How can I fix this? |
Hi @BunnyMelody! Are you on running into this issue on Windows too. If so I can see about fixing that : ) |
Yes, I think it looks similar to #593 |
@BunnyMelody Okay! I'll work on a patch for the weekend. |
@jdalton Thanks a lot ! |
@BunnyMelody You can follow the PR at #606. |
@jdalton Ok, thanks very much. |
@BunnyMelody would you be up for creating a PR with a failing unit test that I could use against #606? |
@jdalton I'm sorry it took me so long to reply, Would you please tell me what should I do for the unit test? |
No worries! If you could create a scenario where the output is not what you intended with a more minimal config that would help. For reference of a unit test see this. |
@jdalton Does the code below be able to help ?
For
For
|
Yes! Thank you @BunnyMelody! |
Environment
Actual behavior
It expects that the code shoulde indent as it should be, while it didn't indent right, as you can see below
Expected behavior
Steps to reproduce
First, install plugin of csscomb on vs code editor, then create a less file in VS Code editor, then run csscomb, and then you can see the code didn't indent right, when I delete the configation of sort-order, then it can indent right but not sort. I have contacted the author of vscode-csscomb, and it's looks like a bug of CSSComb, I'd like to ask for some help to resolve this .
Config
The text was updated successfully, but these errors were encountered: