Overview
String
Module is an extension for sass:string module, modifies some and adds new functions.
Functions
string.join()
Returns the string built from the given elements separated by the given $delimiter in original elements order.
string.split()
Returns comma-separated list of substrings of $string that are separated by the given $separator.
string.to-map()
The string.to-map() function returns map of type if string contains :.
string.unquote()
The string.unquote() function unquotes $string on $execute set to true.
Last updated
Was this helpful?
