C# 클래스 Cruncher.Postprocessors.AutoPrefixer.AutoPrefixerPostprocessor

파일 보기 프로젝트 열기: JimBobSquarePants/Cruncher

공개 메소드들

메소드 설명
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