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 2ae28e5 commit 13fe501Copy full SHA for 13fe501
docs/content/1.getting-started/2.configuration.md
@@ -7,12 +7,12 @@ description: Configure Nuxt Tailwind with the `tailwindcss` property.
7
export default {
8
// Defaults options
9
tailwindcss: {
10
- cssPath: '~/assets/css/tailwind.css',
+ cssPath: ['~/assets/css/tailwind.css', { injectPosition: "first" }],
11
configPath: 'tailwind.config',
12
- exposeConfig: false,
13
- exposeLevel: 2,
+ exposeConfig: {
+ level: 2
14
+ },
15
config: {},
- injectPosition: 'first',
16
viewer: true,
17
}
18
0 commit comments