Skip to content

Commit

Permalink
docs: update configuration docs (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
selemondev committed Mar 23, 2024
1 parent 2ae28e5 commit 11c980a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/content/1.getting-started/2.configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ description: Configure Nuxt Tailwind with the `tailwindcss` property.
export default {
// Defaults options
tailwindcss: {
cssPath: '~/assets/css/tailwind.css',
cssPath: ['~/assets/css/tailwind.css', { injectPosition: "first" }],
configPath: 'tailwind.config',
exposeConfig: false,
exposeLevel: 2,
exposeConfig: {
level: 2
},
config: {},
injectPosition: 'first',
viewer: true,
}
}
Expand Down

0 comments on commit 11c980a

Please sign in to comment.