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.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub