We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tailwindCss
1 parent 0e89392 commit 2acfee3Copy full SHA for 2acfee3
src/index.ts
@@ -39,7 +39,7 @@ const optionDefaults: Required<PluginOptions> = {
39
legacy: false,
40
}
41
42
-const tailwindcss3d = plugin.withOptions(
+const tailwindCss3d = plugin.withOptions(
43
({ legacy = optionDefaults.legacy }: PluginOptions = optionDefaults) => {
44
const safeLegacy = ensureBoolean(legacy, optionDefaults.legacy)
45
@@ -124,4 +124,4 @@ const tailwindcss3d = plugin.withOptions(
124
125
)
126
127
-export = tailwindcss3d
+export = tailwindCss3d
0 commit comments