Files
pawol.nu/lib/create-emotion-cache.js
T

6 lines
148 B
JavaScript

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