eg @import “modules/*" instead of @import “modules/_module1” @import "modules/_module2” @import "modules/_module3” I’ve done this before using https://github.com/chriseppstein/sass-globbing, but doesn’t seem to work using Hammer.w
eg
@import “modules/*"
instead of
@import “modules/_module1”
@import "modules/_module2”
@import "modules/_module3”
I’ve done this before using https://github.com/chriseppstein/sass-globbing, but doesn’t seem to work using Hammer.w