C# 클래스 dotless.Core.engine.ExtensibleEngineImpl

파일 보기 프로젝트 열기: chrisjowen/nLess 1 사용 예제들

공개 메소드들

메소드 설명
ExtensibleEngineImpl ( string source ) : dotless.Core.engine.CssNodes

New engine impl

ExtensibleEngineImpl ( string source, ElementBlock tail ) : dotless.Core.engine.CssNodes

비공개 메소드들

메소드 설명
RunCssDomPreprocessors ( ) : void

Preprocessing CSS Dom before its converted to Css

RunLessDomPreprocessors ( ) : void

Preprocess the Less document before it is sent to the Css converter

메소드 상세

ExtensibleEngineImpl() 공개 메소드

New engine impl
public ExtensibleEngineImpl ( string source ) : dotless.Core.engine.CssNodes
source string
리턴 dotless.Core.engine.CssNodes

ExtensibleEngineImpl() 공개 메소드

public ExtensibleEngineImpl ( string source, ElementBlock tail ) : dotless.Core.engine.CssNodes
source string
tail ElementBlock
리턴 dotless.Core.engine.CssNodes