import { css } from 'lit'; export default css` .breadcrumb { display: flex; align-items: center; flex-wrap: wrap; } `;