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

11 wiersze
164 B
TypeScript
Czysty Zwykły widok Historia

2021-07-10 00:45:44 +00:00
import { css } from 'lit';
2022-03-24 11:48:03 +00:00
import componentStyles from '~/styles/component.styles';
2021-07-10 00:45:44 +00:00
export default css`
${componentStyles}
:host {
display: block;
}
`;