mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 02:59:13 +00:00
8 lines
85 B
Handlebars
8 lines
85 B
Handlebars
import { css } from 'lit';
|
|
|
|
export default css`
|
|
:host {
|
|
display: block;
|
|
}
|
|
`;
|