Fourseven/meteror-scss how to import all scss in a directory?

I would like to import all the scss files under utlities to the main.scss file in the /client directory. How can I get this to work?
I tried
@import ‘{}/imports/stylesheets/utilies/*’; in the /client/main.scss file

but it did not work

My folder structure:
/imports/stylesheets/utilities/
_style.scss
_style2.scss

Unfortunately SASS doesn’t support * imports