-
Notifications
You must be signed in to change notification settings - Fork 463
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
Better detection of missing rbrace (etc.) #4
Comments
ghost
assigned akhleung
Apr 23, 2012
HamptonMakes
pushed a commit
that referenced
this issue
Oct 2, 2014
Was mistakenly treated as a include call. Also added the white space clause for equal signs (treated as mixin call)
This was referenced Dec 19, 2017
This was referenced May 26, 2020
This was referenced Dec 8, 2020
This was referenced Oct 30, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It currently falls upon the property/style parsing function to detect missing braces (because the selector lookahead will fall through). Add better checks for missing braces, and maybe check for strange characters during lookahead.
The text was updated successfully, but these errors were encountered: