Table of Contents

Class SassCompiler

Namespace: Casewhere.Common.Utils
Assembly: Casewhere.Common.dll

public class SassCompiler

Inheritance

objectSassCompiler

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<SassCompiler>(SassCompiler)

Constructors

SassCompiler()

public SassCompiler()

Methods

Compile(string)

public static string Compile(string sass)

Parameters

sass string

Returns

string

PrefixCss(string, string)

public static string PrefixCss(string prefix, string css)

Parameters

prefix string

css string

Returns

string