-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hi,
I updated from (i think) .5 to .7 and imports > reference stopped working
less: {
prod: {
options: {
paths: styleLocation,
imports: {
reference: ["mixins.less", "variables.less", "images.less"]
},
syncImport: true
},
files: [{
expand: true,
cwd: styleLocation,
src: ["**/*.less", "!container.less", "!variables.less", "!mixins.less", "!**/external/*.less"],
dest: styleLocation + "/temp",
ext: ".css"
}]
}
},
I have changed imports > less to imports > reference. But it wont compile because it can't find mixins in mixins.less.
Any ideas? Any way I can get more information on what is happening?
Metadata
Metadata
Assignees
Labels
No labels