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.
1 parent c8938cc commit 75f0480Copy full SHA for 75f0480
src/module.ts
@@ -210,7 +210,6 @@ export default defineNuxtModule<ModuleOptions>({
210
nuxt.hook('tailwindcss:config', (tailwindConfig) => {
211
tailwindConfig.content = tailwindConfig.content ?? []
212
tailwindConfig.content.push(join(tokensDir, 'index.ts'))
213
- console.log(tailwindConfig)
214
})
215
}
216
0 commit comments