UNPKG

tailwindcss-theme-variants

Version:

Media-query- or JavaScript-based theme variants with fallback for Tailwind CSS

6 lines (5 loc) 248 B
export declare const colorToRgb: (color: string) => string; export declare const rgbToThemeValue: (rgb: string) => ({ opacityValue, opacityVariable }: { opacityValue?: string | undefined; opacityVariable?: string | undefined; }) => string;