CWIS Developer Documentation
|
SCSS base formatter. More...
Public Member Functions | |
__construct () | |
indentStr ($n=0) | |
property ($name, $value) | |
format ($block) | |
Public Attributes | |
$indentChar = " " | |
$break = "\n" | |
$open = " {" | |
$close = "}" | |
$tagSeparator = ", " | |
$assignSeparator = ": " | |
Protected Member Functions | |
block ($block) | |
|
protected |
Definition at line 4193 of file scssc.php.
References $break, and indentStr().
Referenced by format().
scss_formatter::indentStr | ( | $n = 0 | ) |
Definition at line 4185 of file scssc.php.
Referenced by block(), and scss_formatter_nested\block().
scss_formatter::$break = "\n" |
Definition at line 4175 of file scssc.php.
Referenced by block(), and scss_formatter_nested\block().