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 ca9c226 commit 8e4680aCopy full SHA for 8e4680a
packages/custom-properties/package.json
@@ -19,7 +19,7 @@
19
"pluralize": "^8.0.0"
20
},
21
"devDependencies": {
22
- "@theme-ui/core": "^0.3.1",
+ "@theme-ui/css": "^0.3.1",
23
"@types/pluralize": "^0.0.29"
24
}
25
packages/custom-properties/src/index.ts
@@ -1,5 +1,5 @@
1
import pluralize from 'pluralize'
2
-import { Theme } from '@theme-ui/core'
+import { Theme } from '@theme-ui/css'
3
4
interface CustomProperties {
5
[key: string]: string | number
0 commit comments