mirror of
https://github.com/grafana/grafana.git
synced 2025-09-24 17:53:53 +08:00

* Babel: Updates babel dependencies to latest version * Emotion: Upgrade form 10 to 11 * Fixing tests * Updated to use emotion/css instead in test
6 lines
94 B
TypeScript
6 lines
94 B
TypeScript
import { css } from '@emotion/css';
|
|
|
|
export const segmentStyles = css`
|
|
min-width: 150px;
|
|
`;
|