Files
pawol.nu/lib/create-emotion-cache.js
Cédric FAMIBELLE-PRONZOLA e8a9536b31 Create createEmotionCache method
2022-01-22 18:13:57 +04:00

6 lines
148 B
JavaScript

import createCache from '@emotion/cache'
export default function createEmotionCache() {
return createCache({key: 'css-global', prepend: true})
}