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

14 lines (12 loc) 297 B
// src/components/divider/divider.custom.styles.ts import { css } from "lit"; var divider_custom_styles_default = css` /* Write custom CSS here */ :host { --color: var(--syn-color-neutral-400); } `; export { divider_custom_styles_default }; //# sourceMappingURL=chunk.FA6V2WD6.js.map