Skip to content

Commit

Permalink
include tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
elproffesore committed Jun 19, 2024
1 parent a1e11f4 commit 27ed352
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ export default defineNuxtConfig({
options: {
scrollBehaviorType: 'smooth'
}
}
},
css: [
'~/assets/css/tailwind.css',
]
})
3 changes: 3 additions & 0 deletions public/assets/css/tailwind.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';

0 comments on commit 27ed352

Please sign in to comment.