We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a27c68 commit 3df531dCopy full SHA for 3df531d
index.js
@@ -9,7 +9,7 @@ module.exports = function(content) {
9
typeof this.options.css.requireUrl === "string";
10
var requireUrl = this && this.options && this.options.css &&
11
this.options.css.requireUrl ||
12
- "file/auto!";
+ "file!";
13
var result = [];
14
var tree = csso.parse(content, "stylesheet");
15
if(this && this.minimize)
0 commit comments