SyntaxFix
Write A Post
Hire A Developer
Questions
With defining the file to import it's possible to use all folders common definitions.
So, @import "style/*" will compile all the files in the style folder.
@import "style/*"
More about import feature in Sass you can find here.