Пример #1
0
 protected function filter()
 {
     try {
         return preg_replace('`^@charset\\b.*?[\\r\\n]+`', '', Process::lessc(['--line-numbers=comments', '-'], parent::filter()));
     } catch (Exceptions\ProcessFailure $e) {
         throw new Exceptions\SyntaxError($this, $e->error);
     }
 }