Skip to content

Commit ab5e686

Browse files
committed
fix: fix tailwind option
1 parent 6667503 commit ab5e686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/tailwind.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ async function tailwind(options = {}) {
88
plugins: { 'better-tailwindcss': plugin.default ?? plugin },
99
settings: {
1010
'better-tailwindcss': {
11-
entryPoint: options.entryPoint,
12-
tailwindConfig: options.tailwindConfig,
11+
entryPoint: options.tailwind.entryPoint,
12+
tailwindConfig: options.tailwind.tailwindConfig,
1313
},
1414
},
1515
rules: {

0 commit comments

Comments
 (0)