UNPKG

@synergy-design-system/components

Version:

This package provides the base of the Synergy Design System as native web components. It uses [lit](https://www.lit.dev) and parts of [shoelace](https://shoelace.style/). Synergy officially supports the latest two versions of all major browsers (as define

16 lines (14 loc) 311 B
// src/components/breadcrumb/breadcrumb.styles.ts import { css } from "lit"; var breadcrumb_styles_default = css` /* stylelint-disable */ .breadcrumb { display: flex; align-items: center; flex-wrap: wrap; } `; export { breadcrumb_styles_default }; //# sourceMappingURL=chunk.S22BO5SF.js.map