PHP 클래스 SassExpandedRenderer

Expanded is the typical human-made CSS style, with each property and rule taking up one line. Properties are indented within the rules, but the rules are not indented in any special way.
상속: extends SassCompactRenderer
파일 보기 프로젝트 열기: richthegeek/phpsass 1 사용 예제들

공개 메소드들

메소드 설명
renderComment ( SassNode $node ) : string Renders a comment.
renderProperties ( mixed $node, array $properties ) : string Renders properties.

보호된 메소드들

메소드 설명
between ( ) : string Renders the brace between the selectors and the properties
end ( ) : string Renders the brace at the end of the rule

메소드 상세

between() 보호된 메소드

Renders the brace between the selectors and the properties
protected between ( ) : string
리턴 string the brace between the selectors and the properties

end() 보호된 메소드

Renders the brace at the end of the rule
protected end ( ) : string
리턴 string the brace between the rule and its properties

renderComment() 공개 메소드

Renders a comment.
public renderComment ( SassNode $node ) : string
$node SassNode the node being rendered
리턴 string the rendered commnt

renderProperties() 공개 메소드

Renders properties.
public renderProperties ( mixed $node, array $properties ) : string
$node mixed
$properties array properties to render
리턴 string the rendered properties