@@ -484,6 +484,9 @@ |
||
484 | 484 | protected $location; // base url location of the CSS/Less file |
485 | 485 | protected $relative_path = null; |
486 | 486 | |
487 | + /** |
|
488 | + * @param string $file |
|
489 | + */ |
|
487 | 490 | public function __construct($file) { |
488 | 491 | $this->filepath = $file; |
489 | 492 | } |