UNPKG

@synergy-design-system/components

Version:

This package provides the base of the Synergy Design System as native web components. It uses [lit](https://www.lit.dev) and parts of [shoelace](https://shoelace.style/). Synergy officially supports the latest two versions of all major browsers (as define

24 lines (20 loc) 377 B
// src/styles/component.styles.ts import { css } from "lit"; var component_styles_default = css` /* stylelint-disable */ :host { box-sizing: border-box; } :host *, :host *::before, :host *::after { box-sizing: inherit; } [hidden] { display: none !important; } `; export { component_styles_default }; //# sourceMappingURL=chunk.NLYVOJGK.js.map