shoelace/scripts/plop/templates/component/styles.hbs

11 wiersze
164 B
Handlebars
Czysty Zwykły widok Historia

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