Leafo\ScssPhp\Compiler::addFeature PHP Method

addFeature() public method

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