@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
19 lines (16 loc) • 340 B
JavaScript
// src/components/button-group/button-group.styles.ts
import { css } from "lit";
var button_group_styles_default = css`
/* stylelint-disable */
:host {
display: inline-block;
}
.button-group {
display: flex;
flex-wrap: nowrap;
}
`;
export {
button_group_styles_default
};
//# sourceMappingURL=chunk.GRVNUIP2.js.map