Google News
logo
Sass - Quiz(MCQ)
Which of the following directive is used to detect the errors in SASS?
A)
@error directive
B)
@debug directive
C)
@warm directive
D)
@import directive

Correct Answer :   @debug directive


Explanation : The SASS @debug directive is used to detect the errors and display the Sass Script expressions values to the standard error output stream.

Advertisement