@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
21 lines (17 loc) • 420 B
JavaScript
// src/components/accordion/accordion.styles.ts
import { css } from "lit";
var accordion_styles_default = css`
:host {
display: block;
}
.accordion--contained ::slotted(syn-details) {
margin-bottom: var(--syn-spacing-x-small);
}
.accordion--contained ::slotted(syn-details:last-of-type){
margin-bottom: 0;
}
`;
export {
accordion_styles_default
};
//# sourceMappingURL=chunk.WNUZ6LH4.js.map