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

15 lines (13 loc) 293 B
// src/components/validate/validate.styles.ts import { css } from "lit"; var validate_styles_default = css` .validate { display: flex; flex-direction: column; gap: var(--syn-spacing-small); } `; export { validate_styles_default }; //# sourceMappingURL=chunk.MVM3NN6Y.js.map