@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
JavaScript
// 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 ;
}
`;
export {
component_styles_default
};
//# sourceMappingURL=chunk.NLYVOJGK.js.map