@synergy-design-system/components
Version:
21 lines (18 loc) • 332 B
JavaScript
// src/components/chart/chart.styles.ts
import { css } from "lit";
var chart_styles_default = css`
:host {
aspect-ratio: 16 / 9;
display: block;
min-height: 180px;
width: 100%;
}
.chart {
height: 100%;
width: 100%;
}
`;
export {
chart_styles_default
};
//# sourceMappingURL=chunk.KPO6RJLG.js.map