import { type AtRule } from "https://deno.land/x/pagic@v1.6.1/cdn.pagic.org/csstype@3.0.3/index.d.ts";
const { ViewportHyphen } = AtRule;
Properties
optional
-ms-height: Height<TLength>optional
-ms-max-height: MaxHeight<TLength>optional
-ms-max-width: MaxWidth<TLength>optional
-ms-min-height: MinHeight<TLength>optional
-ms-min-width: MinWidth<TLength>optional
-ms-width: Width<TLength>optional
height: Height<TLength>optional
max-height: MaxHeight<TLength>optional
max-width: MaxWidth<TLength>optional
min-height: MinHeight<TLength>optional
min-width: MinWidth<TLength>optional
width: Width<TLength>