C# Класс Cruncher.Postprocessors.AutoPrefixer.AutoPrefixerPostprocessor

Показать файл Открыть проект

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

Метод Описание
Transform ( string input, AutoPrefixerOptions options ) : string

Transforms the content of the given string.

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

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

Transforms the content of the given string.
public Transform ( string input, AutoPrefixerOptions options ) : string
input string /// The input string to transform. ///
options AutoPrefixerOptions /// The . ///
Результат string