예제 #1
0
파일: ScssFilter.php 프로젝트: Dren-x/mobit
 public function __construct($sassPath = '/usr/bin/sass', $rubyPath = null)
 {
     parent::__construct($sassPath, $rubyPath);
     $this->setScss(true);
 }
예제 #2
0
 public function __construct($sassPath = '/usr/bin/sass')
 {
     parent::__construct($sassPath);
     $this->setCompass(true);
 }