[solved] Quick question about load order

My client folder is organized like this:

In the components/workspace/workspace.scss I’m using a few sass mixins that are defined in lib/styles/_mixins.scss.

However I’m getting the following error:
/client/components/workspace/workspace.scss: Scss compiler error: no mixin named container

Why is this happening?
Shouldn’t the style.scss (where I import all the partials in correct order) be loaded first because of the lib folder?

#Update: Problem solved
Okay, solved this. I was simply not naming my scss partials correctly. :frowning: