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 278 B
import { css } from 'lit'; export const styles = css `:host{--elevation: var(--ig-badge-elevation, var(--ig-elevation-0));--border-width: var(--ig-badge-border-width, 1px);--border-radius: var(--ig-badge-border-radius, 0.25rem)}`; //# sourceMappingURL=badge.bootstrap.css.js.map