UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

12 lines (10 loc) 187 B
// src/components/qr-code/qr-code.styles.ts import { css } from "lit"; var qr_code_styles_default = css` :host { display: inline-block; } `; export { qr_code_styles_default };