UNPKG

@alegendstale/holly-components

Version:

Reusable UI components created using lit

22 lines (19 loc) 281 B
import { css as o } from "lit"; const t = o` :host { display: block; } dialog { width: min-content; border: 0; padding: 0; background-color: transparent; scrollbar-width: thin; &::backdrop { background-color: transparent; } } `; export { t as default };