We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7848ee6 + c7b79f5 commit 73539b0Copy full SHA for 73539b0
index.js
@@ -21,8 +21,8 @@ function cssnextLoader(contents, map){
21
this.cacheable()
22
var options = assign({}, defaultOptions(this, map), this.options.cssnext)
23
options.features = assign({}, this.options.cssnext ? this.options.cssnext.features : null)
24
- options.features.import = assign({}, options.features.import || null)
25
- options.features.import.onImport = function(files){
+ options.import = assign({}, options.import || null)
+ options.import.onImport = function(files){
26
files.forEach(this.addDependency)
27
}.bind(this)
28
try {
0 commit comments