Leafo\ScssPhp\Compiler::flattenList PHP 메소드

flattenList() 보호된 메소드

Flatten list
protected flattenList ( array $list ) : string
$list array
리턴 string
    protected function flattenList($list)
    {
        return $this->compileValue($list);
    }
Compiler