Skip to content

Commit 314f825

Browse files
committed
Minor cleanup to make tests pass
1 parent ec8f4c4 commit 314f825

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

packages/tailwind/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"babel-polyfill": "^6.26.0",
1717
"execa": "^4.0.0",
1818
"tailwindcss": "^1.0.4",
19-
"@theme-ui/core": "^0.3.1"
19+
"@theme-ui/css": "^0.3.1"
2020
},
2121
"publishConfig": {
2222
"access": "public"
@@ -31,4 +31,4 @@
3131
],
3232
"repository": "system-ui/theme-ui",
3333
"gitHead": "5681b24d36f81fddd0d1d82cbb85136cc15dcd4c"
34-
}
34+
}

packages/tailwind/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[]

packages/tailwind/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"esModuleInterop": true,
55
"moduleResolution": "node",
66
"strict": true
7-
}
7+
},
8+
"exclude": ["test"]
89
}

0 commit comments

Comments
 (0)