C# 클래스 dotless.Core.engine.Pipeline.CssBuilder

상속: ICssBuilder
파일 보기 프로젝트 열기: chrisjowen/nLess

공개 메소드들

메소드 설명
ToCss ( dotless.Core.engine.CssNodes.CssDocument document ) : string

Takes a CssDocument and returns the CSS output

비공개 메소드들

메소드 설명
GetPropertyString ( ICollection properties ) : string

Build properties css string

GroupElements ( IEnumerable elements ) : IEnumerable

메소드 상세

ToCss() 공개 메소드

Takes a CssDocument and returns the CSS output
public ToCss ( dotless.Core.engine.CssNodes.CssDocument document ) : string
document dotless.Core.engine.CssNodes.CssDocument
리턴 string