You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling Twitter Bootstrap version 3.0.3 with less version 1.6.0 using node.js v0.10.24, if I set strictMath to true in the options, I get an infinite recursion that I think may be along the path displayed in the following stack trace:
at Object.tree.Ruleset.eval (/Users/forbeslindesay/GitHub/bootstrap-middleware/node_modules/less/lib/less/tree/ruleset.js:22:20)
at Object.tree.mixin.Definition.eval (/Users/forbeslindesay/GitHub/bootstrap-middleware/node_modules/less/lib/less/tree/mixin.js:273:27)
at Object.tree.mixin.Call.eval (/Users/forbeslindesay/GitHub/bootstrap-middleware/node_modules/less/lib/less/tree/mixin.js:104:48)
at Object.tree.Ruleset.eval (/Users/forbeslindesay/GitHub/bootstrap-middleware/node_modules/less/lib/less/tree/ruleset.js:81:36)
at Object.tree.mixin.Definition.eval (/Users/forbeslindesay/GitHub/bootstrap-middleware/node_modules/less/lib/less/tree/mixin.js:273:27)
at Object.tree.mixin.Call.eval (/Users/forbeslindesay/GitHub/bootstrap-middleware/node_modules/less/lib/less/tree/mixin.js:104:48)
at Object.tree.Ruleset.eval (/Users/forbeslindesay/GitHub/bootstrap-middleware/node_modules/less/lib/less/tree/ruleset.js:81:36)
at Object.tree.mixin.Definition.eval (/Users/forbeslindesay/GitHub/bootstrap-middleware/node_modules/less/lib/less/tree/mixin.js:273:27)
at Object.tree.mixin.Call.eval (/Users/forbeslindesay/GitHub/bootstrap-middleware/node_modules/less/lib/less/tree/mixin.js:104:48)
at Object.tree.Ruleset.eval (/Users/forbeslindesay/GitHub/bootstrap-middleware/node_modules/less/lib/less/tree/ruleset.js:81:36)
The text was updated successfully, but these errors were encountered:
When compiling Twitter Bootstrap version 3.0.3 with less version 1.6.0 using node.js v0.10.24, if I set
strictMath
totrue
in the options, I get an infinite recursion that I think may be along the path displayed in the following stack trace:The text was updated successfully, but these errors were encountered: