Hi all I have just booted up my app in mendix studio pro and was greeted by an error: The theme could not be compiled:
Error: Can't find stylesheet to import.
,
15 | @import "core/_legacy/bootstrap/bootstrap";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
'
C:\Users\lpu\Documents\Mendix\{appname}\themesource\atlas_core\web\main.scss 15:9 @use
C:\Users\lpu\Documents\Mendix\{appname}\deployment\sass\main.scss 11:1 root stylesheet - - -
It seems as though it can’t find any stylesheets in the atlas_core\web\core\legacy\bootstrap folder, but they are both there. main.scss: bootstrap folder: How can I fix this? Thanks
↧