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

Error on compiling .less on 2.0.2-wip #2528

Closed
netatoo opened this issue Mar 12, 2012 · 3 comments
Closed

Error on compiling .less on 2.0.2-wip #2528

netatoo opened this issue Mar 12, 2012 · 3 comments

Comments

@netatoo
Copy link

netatoo commented Mar 12, 2012

Hello,

For a few hours since the last pull I made on the branch 2.0.2-wip, I am unable to compile the .less files.

On CodeKit I get the following error:

NameError: #grid > .core is undefined in /Users/netatoo/github/bootstrap/less/responsive.less:203:2
202   // Fixed grid
203   #grid > .core(40px, 20px);
204 �[0m

On Less Mac App, he told me that the error comes from mixins.less, line 504:

.spanX (@index) when (@index > 0) {
      (~".span@{index}") { .span(@index); }  
      .spanX(@index - 1);
}

Thank you in advance for your help

@leeaston
Copy link

See: #2516 (comment)

@netatoo
Copy link
Author

netatoo commented Mar 12, 2012

Thanks!

@netatoo netatoo closed this as completed Mar 12, 2012
@davidhund
Copy link

I believe the error is still present in Less 1.3.0: #2516 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants