shoelace/src/components/include/include.styles.ts

8 wiersze
85 B
TypeScript

import { css } from 'lit';
export default css`
:host {
display: block;
}
`;