Milky2018/css/media does not have a README file
impl Show for ColorSchemepub(all) struct MediaEnvironment {
viewport_width : Double
viewport_height : Double
device_pixel_ratio : Double
color_scheme : ColorScheme
}fn MediaEnvironment::with_color_scheme(viewport_width : Double, viewport_height : Double, color_scheme : ColorScheme) -> MediaEnvironmentpub enum MediaFeature {
Color
ColorGamut
ColorIndex
Grid
Hover
Monochrome
Pointer
Scripting
Update
Width(MediaValue?)
MinWidth(MediaValue)
MaxWidth(MediaValue)
Height(MediaValue?)
MinHeight(MediaValue)
MaxHeight(MediaValue)
AspectRatio(MediaValue?)
MinAspectRatio(MediaValue)
MaxAspectRatio(MediaValue)
Resolution(MediaValue?)
MinResolution(MediaValue)
MaxResolution(MediaValue)
WidthRange(RangeOp, MediaValue)
HeightRange(RangeOp, MediaValue)
Orientation(String)
DisplayMode(String)
PrefersColorScheme(String)
PrefersReducedMotion(String)
Custom(String, MediaValue?)
} derive(Eq, Debug)impl Show for MediaFeaturepub struct MediaQuery {
negated : Bool
only : Bool
media_type : MediaType?
conditions : Array[MediaFeature]
} derive(Eq, Debug)impl Show for MediaQueryimpl Show for MediaQueryListCSS parser, selector, cascade, and computed-style core maintained for Milky2018/svg