UNPKG

@synergy-design-system/components

Version:
23 lines (19 loc) 352 B
// src/styles/component.styles.ts import { css } from "lit"; var component_styles_default = css` :host { box-sizing: border-box; } :host *, :host *::before, :host *::after { box-sizing: inherit; } [hidden] { display: none !important; } `; export { component_styles_default }; //# sourceMappingURL=chunk.2NT3B5WJ.js.map