-
-
Notifications
You must be signed in to change notification settings - Fork 34
New Rule: prefer-media-query-range #442
Copy link
Copy link
Open
Labels
acceptedThere is consensus among the team that this change meets the criteria for inclusionThere is consensus among the team that this change meets the criteria for inclusionfeature
Metadata
Metadata
Assignees
Labels
acceptedThere is consensus among the team that this change meets the criteria for inclusionThere is consensus among the team that this change meets the criteria for inclusionfeature
Type
Projects
Status
Ready to Implement
Rule details
Prefer using media query range syntax over using min/max-*
What type of rule is this?
Suggests an alternate way of doing something
Example code
Prior Art
Participation
AI acknowledgment
Additional comments
prefix(min-width: ...) orcontext(width > ...))