UNPKG

@md3tail/theme

Version:

An open source plugin based on tailwindcss built with Material Desing 3

15 lines (14 loc) 292 B
export type MD3ThemeConfig = { /** * CSS tokens from Material Design 3 */ tokens?: string; source?: string; colors?: Record<string, string>; stateLayers?: { hover?: number; press?: number; focus?: number; drag?: number; }; };