Skip to content

Commit

Permalink
[@mantine/styles] Remove prepend: true from default emotion cache (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Sep 3, 2022
1 parent 4dad414 commit 2b2a527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mantine-styles/src/tss/default-emotion-cache.ts
@@ -1,3 +1,3 @@
import createCache from '@emotion/cache';

export const defaultMantineEmotionCache = createCache({ key: 'mantine', prepend: true });
export const defaultMantineEmotionCache = createCache({ key: 'mantine' });

0 comments on commit 2b2a527

Please sign in to comment.