Import SASS Partial Files

Hello, I have a scss file that I am trying to import into the studio. When I run the import, keeps saying it can't find the partials that are being imported. I only have one line in the file such as:

@import 'base';

The _base.scss file is in the same directory as the file I am importing (i.e. app.scss). When it loads, just says it can't find the "base.scss" file...it absolutely is in that folder. Do these files have to be in some special directory to import correctly? These files work fine outside of the studio.

Any help would be appreciated.

Please ignore, I figure out.....kind of silly me, I needed to import the partials into the design before the master file with the import statements. Working now.