I'm running v0.10.0 AT, v0.5.4AF. I'm getting a string of these errors. I add a color setting for one component, try to export again, and another error shows up. The vanilla theme is applied, and I can see that these color values are all set there. What is the actual fix? Are these plugins simply useable in the AT? Would love more information about why this is happening and how to actually troubleshoot.
Command failed: grunt server-build:prod --outputdir=courses/5ebc1dbb7268623938f00056/5ebd1f239d6ed208d7c6c966/build --theme=5ebc20e06ab31b39cd1c8661 --menu=adapt-contrib-boxMenu
Fatal error: {
"message": "variable @inverted-background-color is undefined",
"type": "Name",
"filename": "src/components/adapt-contrib-reveal/less/reveal.less",
"index": 3860,
"line": 214,
"column": 22,
"callLine": null,
"extract": [
" z-index: 500;",
" background-color: @inverted-background-color;",
" color: @inverted-foreground-color;"
]
}
Command failed: grunt server-build:prod --outputdir=courses/5ebc1dbb7268623938f00056/5ebdde71b01d04326c5527e3/build --theme=5ebc20e06ab31b39cd1c8661 --menu=adapt-contrib-boxMenu
Fatal error: {
"message": "variable @button-color is undefined",
"type": "Name",
"filename": "src/components/adapt-before-and-after/less/beforeafter.less",
"index": 488,
"line": 32,
"column": 15,
"callLine": null,
"extract": [
" margin-left: -2px;",
" background: @button-color;",
" cursor: ew-resize;"
]
}
Command failed: grunt server-build:prod --outputdir=courses/5ebc1dbb7268623938f00056/5ebd1f239d6ed208d7c6c966/build --theme=5ebc20e06ab31b39cd1c8661 --menu=adapt-contrib-boxMenu
Fatal error: {
"message": "variable @inverted-foreground-color is undefined",
"type": "Name",
"filename": "src/components/adapt-contrib-reveal/less/reveal.less",
"index": 3899,
"line": 215,
"column": 11,
"callLine": null,
"extract": [
" background-color: @inverted-background-color;",
" color: @inverted-foreground-color;",
" border:@item-border;"
]
}
Command failed: grunt server-build:prod --outputdir=courses/5ebc1dbb7268623938f00056/5ebd1f239d6ed208d7c6c966/build --theme=5ebc20e06ab31b39cd1c8661 --menu=adapt-contrib-boxMenu
Fatal error: {
"message": "variable @item-border is undefined",
"type": "Name",
"filename": "src/components/adapt-contrib-reveal/less/reveal.less",
"index": 3938,
"line": 216,
"column": 11,
"callLine": null,
"extract": [
" color: @inverted-foreground-color;",
" border:@item-border;",
"}"
]
}