We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using parens causes an issue with the indentation rule.
// Causes an error - 'Indentation of 2, expected 4' @if (1 == 1) { content: 'foo'; } // Is ok @if 1 == 1 { content: 'foo'; } // Is ok @mixin bar($foo) { content: 'bar'; }
Using v1.0.0
The text was updated successfully, but these errors were encountered:
Boo! This comes from the work to allow proper indentation for maps. Let's squash.
Sorry, something went wrong.
Where is the error coming from? content?
content
Yep, here's the error.
b4ebef0
I'm going to see if anything else pops up this weekend and release a patch fix by the end of the weekend
🐛 Resolve issue with indentation and parens
304a522
Resolves sasstools#46
No branches or pull requests
Using parens causes an issue with the indentation rule.
Using v1.0.0
The text was updated successfully, but these errors were encountered: