open-props
Version:
<div align="center">
48 lines (47 loc) • 1.25 kB
TypeScript
export const CustomMedia: {
"--motionOK": string;
"--motionNotOK": string;
"--opacityOK": string;
"--opacityNotOK": string;
"--useDataOK": string;
"--useDataNotOK": string;
"--OSdark": string;
"--OSlight": string;
"--highContrast": string;
"--lowContrast": string;
"--invertedColors": string;
"--forcedColors": string;
"--portrait": string;
"--landscape": string;
"--HDcolor": string;
"--touch": string;
"--stylus": string;
"--pointer": string;
"--mouse": string;
"--xxs-only": string;
"--xxs-n-above": string;
"--xxs-n-below": string;
"--xxs-phone": string;
"--xs-only": string;
"--xs-n-above": string;
"--xs-n-below": string;
"--xs-phone": string;
"--sm-only": string;
"--sm-n-above": string;
"--sm-n-below": string;
"--sm-phone": string;
"--md-only": string;
"--md-n-above": string;
"--md-n-below": string;
"--md-phone": string;
"--lg-only": string;
"--lg-n-above": string;
"--lg-n-below": string;
"--lg-phone": string;
"--xl-only": string;
"--xl-n-above": string;
"--xl-n-below": string;
"--xxl-only": string;
"--xxl-n-above": string;
"--xxl-n-below": string;
};