Skip to Content
APIUtilsInterface: CssDefinitions

Interface: CssDefinitions

Interface containing global CSS definitions Provides centralized configuration for colors, shadows, and fonts

Properties

colors?

Color definitions organized by category and variant Example: { “primary”: { “light”: “#ffffff”, “dark”: “#000000” } }


shadows?

Shadow definitions with descriptive names Example: { “card”: “0 2px 4px rgba(0,0,0,0.1)” }


textFonts?

Text font definitions with descriptive names Example: { “heading”: “Arial, sans-serif”, “body”: “Helvetica, sans-serif” }

Last updated on