-
Notifications
You must be signed in to change notification settings - Fork 213
Closed
Description
If you have multiple mentions of an import, the file is included multiple times.
This is easy to fix in \Leafo\ScssPhp\Compiler
protected function importFile($path, $out)
{
// see if tree is cached
$realPath = realpath($path);
if (isset($this->importCache[$realPath])) {
// Nothing to do, already imported.
return;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels