Skip to content

Commit 2216c58

Browse files
committed
Fix typescript support in tachyons
1 parent ead6b44 commit 2216c58

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

packages/tachyons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"babel-polyfill": "^6.26.0",
1717
"execa": "^4.0.0",
18-
"@theme-ui/core": "^0.3.1"
18+
"@theme-ui/css": "^0.3.1"
1919
},
2020
"publishConfig": {
2121
"access": "public"

packages/tachyons/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Theme } from '@theme-ui/core'
1+
import { Theme } from '@theme-ui/css'
22

33
const KEY_MAPPING: {
44
readonly [Key: string]: string | string[]

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3524,7 +3524,7 @@
35243524
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
35253525
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
35263526

3527-
3527+
"@types/pluralize@^0.0.29":
35283528
version "0.0.29"
35293529
resolved "https://registry.yarnpkg.com/@types/pluralize/-/pluralize-0.0.29.tgz#6ffa33ed1fc8813c469b859681d09707eb40d03c"
35303530
integrity sha512-BYOID+l2Aco2nBik+iYS4SZX0Lf20KPILP5RGmM1IgzdwNdTs0eebiFriOPcej1sX9mLnSoiNte5zcFxssgpGA==

0 commit comments

Comments
 (0)