UNPKG

324 BJavaScriptView Raw
1import {
2 r
3} from "./chunk.WWAD5WF4.js";
4
5// src/styles/component.styles.ts
6var component_styles_default = r`
7 :host {
8 box-sizing: border-box;
9 }
10
11 :host *,
12 :host *::before,
13 :host *::after {
14 box-sizing: inherit;
15 }
16
17 [hidden] {
18 display: none !important;
19 }
20`;
21
22export {
23 component_styles_default
24};