PHP Класс MiniAsset\Filter\ScssPHP

Requires scssphp to be installed via composer.
См. также: http://leafo.net/scssphp
Наследование: extends MiniAsset\Filter\AssetFilter, use trait CssDependencyTrait
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_settings
$optionalDependencyPrefix string SCSS will use _ prefixed files if they exist.

Открытые методы

Метод Описание
input ( string $filename, string $input ) : string Runs scssc against any files that match the configured extension.

Описание методов

input() публичный Метод

Runs scssc against any files that match the configured extension.
public input ( string $filename, string $input ) : string
$filename string The name of the input file.
$input string The content of the file.
Результат string

Описание свойств

$_settings защищенное свойство

protected $_settings

$optionalDependencyPrefix защищенное свойство

SCSS will use _ prefixed files if they exist.
protected string $optionalDependencyPrefix
Результат string