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 c25001d commit 5fcc209Copy full SHA for 5fcc209
src/module.ts
@@ -208,7 +208,7 @@ export default defineNuxtModule<ModuleOptions>({
208
// @ts-ignore - Module might not exist
209
nuxt.hook('tailwindcss:config', (tailwindConfig) => {
210
tailwindConfig.content = tailwindConfig.content ?? []
211
- tailwindConfig.content.push(`${tokensDir}/**/*`)
+ tailwindConfig.content.push(`${tokensDir}/index.ts`)
212
})
213
}
214
0 commit comments