Archived
Template
1
Fork 0
This repository has been archived on 2024-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
Contour/public/@shoelace-style/shoelace/cdn/chunks/chunk.K23QWHWK.js
2024-01-30 10:59:28 -05:00

24 lines
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
};