Directive
Term side of the Card
Topic: Basics
Unit title: Directive
Categories: Concept, Syntax
Explanation side of the Card
Explanation: The special instruction that starts with an '@' symbol and controls how styles are applied. Examples include `@import` for including other stylesheets and `@media` for applying styles based on conditions like screen size. These instructions help manage and organize CSS more effectively.