Skip to content

Commit be74ca4

Browse files
committed
fix(bundler): update Tailwind CSS plugin reference in deno.json to use tailwind-plugin.ts.
1 parent 3703803 commit be74ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/@eser/bundler/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"./backends/rolldown": "./backends/rolldown.ts",
1010
"./utils": "./utils/mod.ts",
1111
"./css": "./css/mod.ts",
12-
"./css/tailwind": "./css/tailwind.ts",
12+
"./css/tailwind": "./css/tailwind-plugin.ts",
1313
"./css/lightning": "./css/lightning.ts",
1414
"./css/modules": "./css/modules.ts",
1515
"./css/fonts": "./css/fonts.ts"

0 commit comments

Comments
 (0)