Google News
logo
Sass - Quiz(MCQ)
Which of the following directive is used to set the style rule to different media types?
A)
@media
B)
@import
C)
@debug
D)
@extend

Correct Answer :   @media


Explanation : The @media directive is used to set the style rule to different media types. Media queries look at the device's capability and can be used to check many things, such as the width and height of the viewport and device, orientation, resolution, and much more.

Advertisement