Framework version 2.0.7
When I attempt the grunt build command to do the initial build of the example course I am getting a less OperationError as below:
$ Running "less:dist" (less) task
$ >> OperationError: Operation on an invalid type in src/less/adapt.less on line 9540, column 3:
$ >> 9539 position:relative;
$ >> max-width: (@device-width-large / 2) - (@item-padding *2);
$ >> margin:auto;
$ Warning: Error compiling src/less/adapt.less Use --force to continue.
$ Aborted due to warnings.
I found some info via google that suggested adding strictMath:true to the gruntfile.js, and when strictMath is in place this error is kicked down the road a bit to line 9569.
I am not real familiar with less, and will do more research, but thought I'd ask here just in case it's an easy fix.
Thanks,
Greg