Google News
logo
Sass - Quiz(MCQ)
In which of the following directive, a variable is defined that contains the value of each item in a list?
A)
@if
B)
@each
C)
@for
D)
@while

Correct Answer :   @each


Explanation : In @each directive, a variable is defined that contains the value of each item in a list.

Advertisement