C# Класс Cruncher.Preprocessors.Sass.SassPreprocessor

Provides methods to convert SASS and SCSS into CSS.
Наследование: IPreprocessor
Показать файл Открыть проект

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

Метод Описание
Transform ( string input, string path, CruncherBase cruncher ) : string

Transforms the content of the given string.

Приватные методы

Метод Описание
AddImportsToFileMonitors ( string sass, CruncherBase cruncher ) : void

Parses the string for CSS imports and replaces them with the referenced CSS.

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

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

Transforms the content of the given string.
public Transform ( string input, string path, CruncherBase cruncher ) : string
input string The input string to transform.
path string The path to the given input string to transform.
cruncher CruncherBase The cruncher that is running the transform.
Результат string