Skip to content

Commit

Permalink
docs: fix injectPosition typo (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nch1 authored Jun 12, 2024
1 parent 47bae63 commit a0d7599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/1.getting-started/2.configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default defineNuxtConfig({
'assets/high-priorty.pcss'
],
tailwindcss: {
cssPath: ['~/assets/css/tailwind.css', { injectionPosition: 'last' }],
cssPath: ['~/assets/css/tailwind.css', { injectPosition: 'last' }],
// cssPath: [
// false, // can also use when cssPath: false
// {
Expand Down

0 comments on commit a0d7599

Please sign in to comment.