Tree.
More...
|
| toCSS () |
|
| genCSS ( $output) |
| Generate CSS by adding it to the output object.
|
|
| compile ( $env) |
|
| accept ( $visitor) |
|
|
| $parensInOp = false |
|
| $extendOnEveryPath |
|
| $allExtends |
|
◆ _operate()
Less_Tree::_operate |
( |
| $op, |
|
|
| $a, |
|
|
| $b ) |
|
protected |
- Parameters
-
string | $op | |
float | $a | |
float | $b | |
- See also
- less-2.5.3.js#Node.prototype._operate
◆ fround()
Less_Tree::fround |
( |
| $value | ) |
|
|
protected |
- See also
- less-2.5.3.js#Node.prototype.fround
◆ genCSS()
Less_Tree::genCSS |
( |
| $output | ) |
|
Generate CSS by adding it to the output object.
- Parameters
-
Less_Output | $output | The output |
- Returns
- void
◆ nodeCompare()
static Less_Tree::nodeCompare |
( |
| $a, |
|
|
| $b ) |
|
static |
- Parameters
-
- Returns
- int|null
- See also
- less-2.5.3.js#Node.compare
◆ numericCompare()
static Less_Tree::numericCompare |
( |
| $a, |
|
|
| $b ) |
|
static |
- Parameters
-
string | float | int | $a | |
string | float | int | $b | |
- Returns
- int|null
- See also
- less-2.5.3.js#Node.numericCompare
◆ outputRuleset()
static Less_Tree::outputRuleset |
( |
| $output, |
|
|
| $rules ) |
|
static |
- Parameters
-
Less_Output | $output | |
Less_Tree_Ruleset[] | $rules | |
◆ toCSS()
- See also
- less-2.5.3.js#Node.prototype.toCSS
The documentation for this class was generated from the following file: