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 cc1a143 commit 77fde7eCopy full SHA for 77fde7e
lib/less/tree/import.js
@@ -29,7 +29,7 @@ var Import = function (path, features, options, index, currentFileInfo, visibili
29
this.css = !this.options.less || this.options.inline;
30
} else {
31
var pathValue = this.getPath();
32
- if (pathValue && /[#\.\&\?\/]css([\?;].*)?$/.test(pathValue)) {
+ if (pathValue && /[#\.\&\?]css([\?;].*)?$/.test(pathValue)) {
33
this.css = true;
34
}
35
0 commit comments