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';
2022-03-24 11:48:03 +00:00
import componentStyles from '~/styles/component.styles';
2021-09-30 22:32:59 +00:00
export default css`
${componentStyles}
:host {
display: contents;
}
`;