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.
파일 보기
프로젝트 열기: richthegeek/phpsass
1 사용 예제들
공개 메소드들
보호된 메소드들
메소드 |
설명 |
|
between ( ) : string |
Renders the brace between the selectors and the properties |
|
end ( ) : string |
Renders the brace at the end of the rule |
|
메소드 상세
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 |
renderProperties()
공개 메소드