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

6 lines
148 B
JavaScript
Raw Normal View History

2022-01-22 18:13:10 +04:00
import createCache from '@emotion/cache'
export default function createEmotionCache() {
return createCache({key: 'css-global', prepend: true})
}