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 • 706 B
JavaScript
import { css } from 'lit';
export const styles = css `:host{--foreground-active: var(--ig-tree-foreground-active, hsla(var(--ig-primary-500), var(--ig-primary-a)));--foreground-selected: var(--ig-tree-foreground-selected, color-mix(in oklch, var(--ig-primary-600-contrast) 100%, transparent));--background-active-selected: var(--ig-tree-background-active-selected, hsla(var(--ig-primary-600), var(--ig-primary-a)));--foreground-active-selected: var(--ig-tree-foreground-active-selected, color-mix(in oklch, var(--ig-primary-600-contrast) 100%, transparent));--border-color: var(--ig-tree-border-color, hsla(var(--ig-primary-200), var(--ig-primary-a)))}`;
//# sourceMappingURL=container.bootstrap.css.js.map