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

11 wiersze
171 B
TypeScript
Czysty Zwykły widok Historia

2021-07-10 00:45:44 +00:00
import { css } from 'lit';
2023-06-22 14:56:24 +00:00
import componentStyles from '../../styles/component.styles.js';
2021-07-10 00:45:44 +00:00
export default css`
${componentStyles}
:host {
display: block;
}
`;