InterviewSolution
Saved Bookmarks
| 1. |
What is shorthand for writing mixin and include directives? |
|
Answer» You can use = for mixin directive and + for include directive which requires less typing and makes your code simpler, and easier to read. |
|