PHP 클래스 SassCompactRenderer
Each CSS rule takes up only one line, with every property defined on that
line. Nested rules are placed next to each other with no newline, while
groups of rules have newlines between them.
파일 보기
프로젝트 열기: richthegeek/phpsass
1 사용 예제들
공개 메소드들
보호된 메소드들
메소드 상세
Renders the brace between the selectors and the properties
Renders the brace at the end of the rule
protected end ( ) : string |
리턴 |
string |
the brace between the rule and its properties |
If the node has the debug_info options set true the line number and filename
are rendered in a format compatible with
{@link https://addons.mozilla.org/en-US/firefox/addon/firecompass-for-firebug/ FireCompass}.
Else if the node has the line_numbers option set true the line number and
filename are rendered in a comment.
protected renderDebug ( SassNode $node ) : string |
$node |
SassNode |
the node being rendered |
리턴 |
string |
the debug information |
public renderDirective ( SassNode $node, array $properties ) : string |
$node |
SassNode |
the node being rendered |
$properties |
array |
properties of the directive |
리턴 |
string |
the rendered directive |
renderProperties()
공개 메소드
renderSelectors()
보호된 메소드