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

Modulo operator is not supported #565

Closed
vfhrr opened this issue Mar 8, 2016 · 2 comments
Closed

Modulo operator is not supported #565

vfhrr opened this issue Mar 8, 2016 · 2 comments

Comments

@vfhrr
Copy link

vfhrr commented Mar 8, 2016

Using modulo operator % in the Scss code:

$my-variable: 5 % 2;

causes this error:

error Please check validity of the block starting from line #1  Fatal
@vfhrr vfhrr changed the title 🐛 Modulo operator is not supported Modulo operator is not supported Mar 8, 2016
@DanPurdy
Copy link
Member

DanPurdy commented Mar 9, 2016

Hi @VladimirPlokhov This is a parse issue with Gonzales-pe our AST. It's fixed in their latest release though which we will be moving up to in 1.6 which is just waiting on them to fix some windows installation issues.

@DanPurdy
Copy link
Member

@VladimirPlokhov So this is working for .scss format in sass-lint 1.6 but gonzales still throws a parse error in .sass format, we'll look to fix that soon. I'll create a new issue specifically for .sass format.

#636
DanPurdy/gonzales-pe#6
tonyganch/gonzales-pe#165

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