C# Class Cruncher.Postprocessors.AutoPrefixer.AutoPrefixerPostprocessor

Afficher le fichier Open project: JimBobSquarePants/Cruncher

Méthodes publiques

Méthode Description
Transform ( string input, AutoPrefixerOptions options ) : string

Transforms the content of the given string.

Method Details

Transform() public méthode

Transforms the content of the given string.
public Transform ( string input, AutoPrefixerOptions options ) : string
input string /// The input string to transform. ///
options AutoPrefixerOptions /// The . ///
Résultat string