const req = require.context('./', true, /^\.\/\w+\.less$/); req.keys().forEach(path => req(path));