C# Class Cruncher.Preprocessors.Less.DotLessPreprocessor

Provides methods to convert LESS into CSS.
Inheritance: IPreprocessor
Datei anzeigen Open project: JimBobSquarePants/Cruncher

Public Methods

Method Description
Transform ( string input, string path, CruncherBase cruncher ) : string

Transforms the content of the given string from Less into CSS.

Method Details

Transform() public method

Transforms the content of the given string from Less into CSS.
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.
return string