import {css} from 'lit'; export const styles = css` .previewbox-favicon { width: var(--pb-favicon-size); height: var(--pb-favicon-size); } `;