Skip to content

Commit 8e4680a

Browse files
committed
chore(@theme-ui/custom-properties): import Theme from css
1 parent ca9c226 commit 8e4680a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/custom-properties/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"pluralize": "^8.0.0"
2020
},
2121
"devDependencies": {
22-
"@theme-ui/core": "^0.3.1",
22+
"@theme-ui/css": "^0.3.1",
2323
"@types/pluralize": "^0.0.29"
2424
}
2525
}

packages/custom-properties/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import pluralize from 'pluralize'
2-
import { Theme } from '@theme-ui/core'
2+
import { Theme } from '@theme-ui/css'
33

44
interface CustomProperties {
55
[key: string]: string | number

0 commit comments

Comments
 (0)