// import the global stuff first
@import 'global';

// import all scss files from subfolders, but not this file
@import '*/*/*.scss';
