C# Class Cruncher.Postprocessors.AutoPrefixer.AutoPrefixerPostprocessor

显示文件 Open project: JimBobSquarePants/Cruncher

Public Methods

Method Description
Transform ( string input, AutoPrefixerOptions options ) : string

Transforms the content of the given string.

Method Details

Transform() public method

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