Skip to content

Commit 2acfee3

Browse files
committed
fix: use common casing of tailwindCss
1 parent 0e89392 commit 2acfee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const optionDefaults: Required<PluginOptions> = {
3939
legacy: false,
4040
}
4141

42-
const tailwindcss3d = plugin.withOptions(
42+
const tailwindCss3d = plugin.withOptions(
4343
({ legacy = optionDefaults.legacy }: PluginOptions = optionDefaults) => {
4444
const safeLegacy = ensureBoolean(legacy, optionDefaults.legacy)
4545

@@ -124,4 +124,4 @@ const tailwindcss3d = plugin.withOptions(
124124
}
125125
)
126126

127-
export = tailwindcss3d
127+
export = tailwindCss3d

0 commit comments

Comments
 (0)