forked from tw-in-js/twind
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeflow.json
More file actions
22 lines (22 loc) · 993 Bytes
/
codeflow.json
File metadata and controls
22 lines (22 loc) · 993 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"pnpm": {
"overrides": {
"@twind/cdn": "./packages/cdn",
"@twind/core": "./packages/core",
"@twind/intellisense": "./packages/intellisense",
"@twind/preset-autoprefix": "./packages/preset-autoprefix",
"@twind/preset-container-queries": "./packages/preset-container-queries",
"@twind/preset-ext": "./packages/preset-ext",
"@twind/preset-line-clamp": "./packages/preset-line-clamp",
"@twind/preset-radix-ui": "./packages/preset-radix-ui",
"@twind/preset-tailwind": "./packages/preset-tailwind",
"@twind/preset-tailwind-forms": "./packages/preset-tailwind-forms",
"@twind/preset-typography": "./packages/preset-typography",
"gatsby-plugin-twind": "./packages/with-gatsby",
"@twind/with-next": "./packages/with-next",
"@twind/with-react": "./packages/with-react",
"@twind/with-sveltekit": "./packages/with-sveltekit",
"@twind/with-web-components": "./packages/with-web-components"
}
}
}