Answer the question
In order to leave comments, you need to log in
How to import an entire folder (LESS)?
The common.less file looks like
@import "helpers/variables.less";
@import "helpers/mixins.less";
@import "base/fonts.less";
@import "base/reset.less";
@import "base/base.less";
@import "blocks/one.less";
@import "blocks/two.less";
@import "blocks/three.less";
@import 'blocks/**/*'
Answer the question
In order to leave comments, you need to log in
You can use the grunt-less-imports module
More details on stackoverflow , this question has already been raised there
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question