Hi
I've been playing with upgrading a couple of courses to framework 2.0.16. The course I created in framework 2.0.11 upgraded and built fine (when I replaced all but the src folder with the new framework files). However, when I exported code from an older course created with the AT (0.1.5/Framework 2.0.10) and followed the same method the build fails with a less:compile error (see below). Creating a new course with adapt create course and replacing the src folder gives the same error on running grunt build. Why might his be?
Fatal error: {
"type": "Name",
"filename": "src\\components\\adapt-contrib-accordion\\less\\accordion.less",
"index": 69,
"line": 4,
"callLine": null,
"column": 23,
"extract": [
" .accordion-item {",
" margin-bottom: @item-margin-bottom;",
" }"
],
"message": "variable @item-margin-bottom is undefined"
}