UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

17 lines (14 loc) 272 B
// src/components/button-group/button-group.styles.ts import { css } from "lit"; var button_group_styles_default = css` :host { display: inline-block; } .button-group { display: flex; flex-wrap: nowrap; } `; export { button_group_styles_default };