shoelace/src/components/mutation-observer/mutation-observer.styles.ts

11 wiersze
167 B
TypeScript
Czysty Zwykły widok Historia

2021-09-30 22:32:59 +00:00
import { css } from 'lit';
import componentStyles from '~/styles/component.styles';
2021-09-30 22:32:59 +00:00
export default css`
${componentStyles}
:host {
display: contents;
}
`;