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