Which Sass function is used to get the string with insert inserted at the specified index position?
Options:
Explanation:
The
str-insert(string, insert, index) function is used to get the string with insert inserted at the specified index position.
Tags:
SASS
Computer
Answer:
Which Sass function is used to get the string with insert inserted at the specified index position str-insert(string, insert, index).