CSSCustomProperties
interface CSSCustomProperties {
--tw-bg-opacity?: string;
--tw-border-opacity?: string;
--tw-divide-opacity?: string;
--tw-divide-x-reverse?: string;
--tw-divide-y-reverse?: string;
--tw-gradient-from?: string;
--tw-gradient-stops?: string;
--tw-gradient-to?: string;
--tw-numeric-figure?: string;
--tw-numeric-fraction?: string;
--tw-numeric-spacing?: string;
--tw-ordinal?: string;
--tw-placeholder-opacity?: string;
--tw-ring-color?: string;
--tw-ring-inset?: string;
--tw-ring-offset-color?: string;
--tw-ring-offset-shadow?: string;
--tw-ring-offset-width?: string;
--tw-ring-opacity?: string;
--tw-ring-shadow?: string;
--tw-rotate?: string;
--tw-scale-x?: string;
--tw-scale-y?: string;
--tw-shadow?: string;
--tw-skew-x?: string;
--tw-skew-y?: string;
--tw-slashed-zero?: string;
--tw-space-x-reverse?: string;
--tw-space-y-reverse?: string;
--tw-text-opacity?: string;
--tw-translate-x?: string;
--tw-translate-y?: string;
}