Class String
Hierarchy
- String
Index
Constructors
Methods
Constructors
constructor
Methods
get Value
Returns string
set Value
Destructively modifies this string by setting its numeric value to
value
.⚠️ Heads up!
Even if the string was originally quoted, this will cause it to become unquoted.
Parameters
value: string
Returns void
Sass's string type.
⚠️ Heads up!
This API currently provides no way of distinguishing between a quoted and unquoted string.