Hi all! I'm encountering some strange CSS behavior on a project I'm working on. When importing a marketplace module, almost always a main.scss file is created under the themesource/{module}/web folder. Inside this main.scss folder, the @import of the theme's custom variables is by default added. Now on some occasions, not sure when this happens and when it doesn't happen, when installing a new module with this line included causes our own application layout module to fail loading certain parts making the UI look weird. When looking at the css using the developer tools, we notice the application layout module didn't load all css. When removing said line from the newly installed module, the issue is gone and all css works as expected. The different layout modules are structured correctly in the application settings, meaning our own layout module is placed at the bottom of all layout modules. Does anybody have any idea why this happens? Example of said main.scss file Thanks! Mendix studio pro version: 10.18.3 (somehow not selectable in the version selector of this issue)