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

addFeature() 공개 메소드

Add feature
public addFeature ( string $name )
$name string
    public function addFeature($name)
    {
        $this->registeredFeatures[$name] = true;
    }
Compiler