We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f811e commit 5c13bd1Copy full SHA for 5c13bd1
packages/core/package.json
@@ -19,8 +19,6 @@
19
"dependencies": {
20
"@emotion/core": "^10.0.0",
21
"@theme-ui/css": "^0.3.1",
22
- "@types/styled-system": "^5.1.6",
23
- "@types/styled-system__css": "^5.0.4",
24
"deepmerge": "^4.2.2"
25
},
26
"peerDependencies": {
packages/core/src/react-jsx.ts
@@ -1,4 +1,4 @@
1
-import { SxProps } from './theme'
+import { SxProps } from './types'
2
3
declare module 'react' {
4
// tslint:disable-next-line: no-empty-interface
packages/core/src/types.ts
-import { SystemStyleObject } from '@styled-system/css'
+import { SystemStyleObject } from '@theme-ui/css'
/**
* The `sx` prop accepts a `SxStyleProp` object and properties that are part of
0 commit comments