Closed OPCIT closed 5 years ago
Is anyone else missing the base uikit that should site at the base of this theme?
In the file govcms8_uikit_starter/assets/scss/style.scss there is a reference to:
@import "../uikit/sass/*.scss";
but this does not exist and as such you get 'undefined variable' compiling errors.
Does this base UIKIT folder need to be added to the code base or is it meant to be an additional install (which is not noted in the instructions).
Apologies, I forgot to do this: npm run setup, which adds in the missing files.
Is anyone else missing the base uikit that should site at the base of this theme?
In the file govcms8_uikit_starter/assets/scss/style.scss there is a reference to:
@import "../uikit/sass/*.scss";
but this does not exist and as such you get 'undefined variable' compiling errors.
Does this base UIKIT folder need to be added to the code base or is it meant to be an additional install (which is not noted in the instructions).