* Whether the CSS node is a constant or includes variable components. * @param {boolean} unusedNormalize * @return {boolean} * @protected
(unusedNormalize)
| 143 | * @protected |
| 144 | */ |
| 145 | isConst(unusedNormalize) { |
| 146 | return true; |
| 147 | } |
| 148 | |
| 149 | /** |
| 150 | * Calculates the value of all variable components. |
no outgoing calls
no test coverage detected