Skip to content

Commit 11c980a

Browse files
authored
docs: update configuration docs (#827)
1 parent 2ae28e5 commit 11c980a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/content/1.getting-started/2.configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ description: Configure Nuxt Tailwind with the `tailwindcss` property.
77
export default {
88
// Defaults options
99
tailwindcss: {
10-
cssPath: '~/assets/css/tailwind.css',
10+
cssPath: ['~/assets/css/tailwind.css', { injectPosition: "first" }],
1111
configPath: 'tailwind.config',
12-
exposeConfig: false,
13-
exposeLevel: 2,
12+
exposeConfig: {
13+
level: 2
14+
},
1415
config: {},
15-
injectPosition: 'first',
1616
viewer: true,
1717
}
1818
}

0 commit comments

Comments
 (0)