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
I was using assemble-less to compile bootstrap when I got this error:
>> SyntaxError: Maximum call stack size exceeded in vendor/bootstrap/less/grid.less on line 11, column 3: >> 10 .container { >> 11 .container-fixed(); >> 12
This bug is described here: less/less.js#1928
I fixed this, changing less dependency in package.json from ~1.6.0 to ~1.7.0:
"dependencies": { "grunt-lib-contrib": "~0.6.1", "lodash": "~2.4.1", "less": "~1.7.0", "async": "~0.2.9" },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was using assemble-less to compile bootstrap when I got this error:
This bug is described here: less/less.js#1928
I fixed this, changing less dependency in package.json from ~1.6.0 to ~1.7.0:
The text was updated successfully, but these errors were encountered: