class ScssProcessor implements ProcessorInterface (View source)

Properties

protected Compiler $compiler
protected Filesystem $filesystem

Methods

__construct(Filesystem $filesystem, Compiler $compiler)

ScssProcessor constructor.

string
compileFileToString(string $file, NormalizedVariableCollection $collection)

No description

Details

__construct(Filesystem $filesystem, Compiler $compiler)

ScssProcessor constructor.

Parameters

Filesystem $filesystem
Compiler $compiler

string compileFileToString(string $file, NormalizedVariableCollection $collection)

No description

Parameters

string $file
NormalizedVariableCollection $collection

Return Value

string