Skip to content

Commit

Permalink
Allow relative URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Dec 16, 2014
1 parent c8b46ea commit d3c3d1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ClientSide/Compiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public static function parse($inputFile) {
case "scss":
$scss = new ScssParser();
$scss->addImportPath(Path::get(Path::STYLE));
$scss->addImportPath(dirname($inputFile));

try {
$content = $scss->compile($content);
Expand Down

0 comments on commit d3c3d1d

Please sign in to comment.