Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

Commit fe10c00

Browse files
author
Patrick Kleinschmidt
committed
Merge branch 'develop' into submodule
2 parents 81055d6 + 8dc417e commit fe10c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1978,7 +1978,7 @@ public function findImport($url)
19781978
$urls = array();
19791979

19801980
// for "normal" scss imports (ignore vanilla css and external requests)
1981-
if (!preg_match('/\.css|^http:\/\/$/', $url)) {
1981+
if (!preg_match('/\.css$|^http:\/\//', $url)) {
19821982
// try both normal and the _partial filename
19831983
$urls = array($url, preg_replace('/[^\/]+$/', '_\0', $url));
19841984
}

0 commit comments

Comments
 (0)