CalculationInterpolation
Hierarchy
- CalculationInterpolation
Implements
Index
Constructors
constructor
- new
Calculation Interpolation(value: string): CalculationInterpolation -
Creates a Sass CalculationInterpolation with the given
value
.Parameters
-
value: string
Returns CalculationInterpolation
-
Accessors
value
- get value(): string
-
Returns the interpolation's
value
field.Returns string
A string injected into a SassCalculation using interpolation. Unlike unquoted strings, interpolations are always surrounded in parentheses when they appear in CalculationOperations.