Which is the correct syntax to declare a variable "myfonts" assigning the two font names?
Options:
Explanation:
The correct syntax to declare a variable "myfonts" assigning the two font names is,
Tags:
SASS
Computer
Answer:
Which is the correct syntax to declare a variable "myfonts" assigning the two font names $myfonts: Helvetica, sans-serif;.