Expand description
Code related to the invalidation of media-query-affected rules.
Structs§
- Effective
Media Query Results - A struct that holds the result of a media query evaluation pass for the media queries that evaluated successfully.
- Media
List Key - A key for a given media query result.
- Potentially
Effective Media Rules - A filter that filters over effective rules, but allowing all potentially
effective
@media
rules.
Traits§
- ToMedia
List Key - A trait to get a given
MediaListKey
for a given item that can hold aMediaList
.