Skip to content

Commit 159ab53

Browse files
docs: update module-options.md
1 parent 188acc0 commit 159ab53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/1.getting-started/2.module-options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineNuxtConfig({
88
modules: ['@nuxtjs/tailwindcss'],
99
// Defaults options
1010
tailwindcss: {
11-
cssPath: ['~/assets/css/tailwind.css', { injectPosition: "first" }],
11+
cssPath: [`${assetsDir}/css/tailwind.css`, { injectPosition: "first" }],
1212
config: {},
1313
viewer: true,
1414
exposeConfig: false,

0 commit comments

Comments
 (0)