UNPKG

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 597 B
import { css } from 'lit'; export const styles = css `:host{--background: var(--ig-chip-background, var(--ig-gray-300));--selected-background: var(--ig-chip-selected-background, var(--ig-gray-300));--text-color: var(--ig-chip-text-color, var(--ig-gray-300-contrast));--focus-background: var(--ig-chip-focus-background, var(--ig-gray-500));--focus-selected-text-color: var(--ig-chip-focus-selected-text-color, var(--ig-gray-500-contrast));--focus-selected-background: var(--ig-chip-focus-selected-background, var(--ig-gray-500));--ig-theme: material}`; //# sourceMappingURL=chip.material.css.js.map