示例#1
0
 private function getScssInstance()
 {
     $scss = new \Core3\Writer\Scss();
     $scss->setFormatterModeCompressed();
     return $scss;
 }