govCMS / govcms8_uikit_starter

GovCMS 8 UI-Kit Starter
10 stars 16 forks source link

Missing UIKIT compoment #46

Closed OPCIT closed 5 years ago

OPCIT commented 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).

OPCIT commented 5 years ago

Apologies, I forgot to do this: npm run setup, which adds in the missing files.