Home »
MCQs »
SASS MCQs
Which directive allows you to include the content of one file in another?
5. Which directive allows you to include the content of one file in another?
- @include
- @define
- @import
- All of the above
Answer: C) @import
Explanation:
The @import directive allows you to include the content of one file in another.