MCPcopy Create free account
hub / github.com/codeedu/imersaofc5 / createEmotionCache

Function createEmotionCache

nextjs/src/utils/createEmotionCache.tsx:3–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import createCache from '@emotion/cache';
2
3export default function createEmotionCache() {
4 return createCache({ key: 'css' });
5}

Callers 2

_app.tsxFile · 0.85
_document.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected