@custom-media는 미디어 쿼리의 별칭을 생성할 수 있게 해줍니다.
@custom-media는 CSS의 @규칙으로, 미디어 쿼리의 별칭을 생성할 수 있도록 돕습니다. 이를 통해 코드의 재사용성과 가독성을 향상시킬 수 있습니다. CSS-Tricks에서 이 규칙에 대한 자세한 내용을 제공합니다.
@custom-media allows creating aliases for media queries in CSS.
@custom-media is a CSS at-rule that allows you to create aliases for media queries. This feature enhances code reusability and readability. You can find more details about this rule on CSS-Tricks.