Example #1
0
 public function __construct($sassPath = '/usr/bin/sass', $rubyPath = null)
 {
     parent::__construct($sassPath, $rubyPath);
     $this->setScss(true);
 }
Example #2
0
 public function __construct($sassPath = '/usr/bin/sass')
 {
     parent::__construct($sassPath);
     $this->setCompass(true);
 }