Skip to content

Commit

Permalink
fix css prop not working
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastil committed Nov 15, 2020
1 parent d9b48e8 commit 60d493a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import {
jsx as emotion,
ThemeContext as EmotionContext,
Interpolation
Interpolation,
} from '@emotion/react'
import { css, Theme } from '@theme-ui/css'
import * as React from 'react'
import deepmerge from 'deepmerge'
import packageInfo from '@emotion/react/package.json'
import {} from '@emotion/react/types/css-prop'

import './react-jsx'

Expand Down

0 comments on commit 60d493a

Please sign in to comment.