Open hsankala opened 2 years ago
In src/sass/assets/understrap.scss it imports
@import "understrap/understrap/understrap";
The directory it's pointing to doesn't exist and so it doesn't import anything.
Yeah and I'm not actually sure that the file itself is even being called.
I'll keep this issue open so that we can clear it up when we pull in the upcoming 1.2 release changes from the parent theme.
In src/sass/assets/understrap.scss it imports
@import "understrap/understrap/understrap";
The directory it's pointing to doesn't exist and so it doesn't import anything.