UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

12 lines (10 loc) 180 B
// src/components/include/include.styles.ts import { css } from "lit"; var include_styles_default = css` :host { display: block; } `; export { include_styles_default };