PHP Class 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.
ファイルを表示
Open project: richthegeek/phpsass
Class Usage Examples
Public Methods
Protected Methods
Method |
Description |
|
between ( ) : string |
Renders the brace between the selectors and the properties |
|
end ( ) : string |
Renders the brace at the end of the rule |
|
Method Details
between()
protected method
Renders the brace between the selectors and the properties
protected between ( ) : string |
return |
string |
the brace between the selectors and the properties |
Renders the brace at the end of the rule
protected end ( ) : string |
return |
string |
the brace between the rule and its properties |
renderProperties()
public method