igniteui-webcomponents
Version:
Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.
3 lines • 364 B
JavaScript
import { css } from 'lit';
export const styles = css `:host{--background: var(--ig-toast-background, hsla(var(--ig-gray-500), 0.9));--border-color: var(--ig-toast-border-color, hsla(var(--ig-gray-500), 0.9));--text-color: var(--ig-toast-text-color, color-mix(in oklch, var(--ig-gray-500-contrast) 100%, transparent))}`;
//# sourceMappingURL=toast.shared.css.js.map