We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
package.json
1 parent 0369069 commit 826a9f0Copy full SHA for 826a9f0
1 file changed
‎package.json‎
@@ -19,6 +19,10 @@
19
"import": "./dist/base/index.js",
20
"types": "./dist/base/index.d.ts"
21
},
22
+ "./better-tailwindcss": {
23
+ "import": "./dist/better-tailwindcss/index.js",
24
+ "types": "./dist/better-tailwindcss/index.d.ts"
25
+ },
26
"./import": {
27
"import": "./dist/import/index.js",
28
"types": "./dist/import/index.d.ts"
@@ -94,4 +98,4 @@
94
98
"eslint-plugin-unused-imports": "*",
95
99
"typescript-eslint": "*"
96
100
}
97
-}
101
+}
0 commit comments