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 fe90182 commit e570dc0Copy full SHA for e570dc0
packages/custom-properties/package.json
@@ -16,10 +16,10 @@
16
"access": "public"
17
},
18
"dependencies": {
19
- "@theme-ui/core": "^0.3.1",
20
"pluralize": "^8.0.0"
21
22
"devDependencies": {
+ "@theme-ui/core": "^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/dist/theme'
+import { Theme } from '@theme-ui/core'
3
4
interface CustomProperties {
5
[key: string]: string | number
0 commit comments