@shoelace-style/shoelace
Version:
A forward-thinking library of web components.
25 lines (20 loc) • 324 B
JavaScript
import {
i
} from "./chunk.CXZZ2LVK.js";
// src/styles/component.styles.ts
var component_styles_default = i`
:host {
box-sizing: border-box;
}
:host *,
:host *::before,
:host *::after {
box-sizing: inherit;
}
[hidden] {
display: none !important;
}
`;
export {
component_styles_default
};