We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CSSObject
createStyles
1 parent 16dae3a commit ae08675Copy full SHA for ae08675
packages/@mantine/emotion/src/create-styles.ts
@@ -1,5 +1,5 @@
1
-import { CSSObject } from '@emotion/serialize';
2
import { em, MantineBreakpoint, MantineTheme, px, useMantineTheme } from '@mantine/core';
+import { CSSObject } from './types';
3
// prettier-ignore
4
import { useCss } from './use-css';
5
0 commit comments