source:
renderer/createEmotionCache.ts@
80f6cdb
| Last change on this file since 80f6cdb was 40ac7a9, checked in by , 7 months ago | |
|---|---|
|
|
| File size: 132 bytes | |
| Rev | Line | |
|---|---|---|
| [40ac7a9] | 1 | import createCache from '@emotion/cache'; |
| 2 | ||
| 3 | export default function createEmotionCache() { | |
| 4 | return createCache({ key: 'css' }); | |
| 5 | } |
Note:
See TracBrowser
for help on using the repository browser.
