-
Notifications
You must be signed in to change notification settings - Fork 167
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
Using less variable interpolation causes Gonzales error #577
Comments
I have reported similar issue to gonzales-pe: tonyganch/gonzales-pe#60. |
One parser module (kss-splitter) didn't respect ignored block. The next release will fix this so you can use ignore tags as a workaround solution. |
thanks @hannu |
Respect ignored blocks in kss-splitter, fixes #577
@hannu It looks like interpolation was recently fixed in the dev branch of gonzales-pe. Should we reopen this issue to track upgrading sc5-styleguide with this fix or should I start a new issue for that? |
Yes. Lets reopen this issue for simplicity until gonzales-pe is upgraded. |
Hi,
I have some less styles using variable interpolation, as shown below:
When trying to generate the styleguide (v0.3.11), it says
Note: I tried surrounding the code with
to at least be able to generate the Styleguide without the styles causing the parse error, but the same error occurs.
The text was updated successfully, but these errors were encountered: