UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

22 lines (18 loc) 309 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 };