Which Sass function is used to extract the characters from the given string?
Options:
Explanation:
The
str-slice(string, start, end) function is used to extract the characters from the given string.
Tags:
SASS
Computer
Answer:
Which Sass function is used to extract the characters from the given string str-slice(string, start, end).