diff --git a/nuxt.config.ts b/nuxt.config.ts index 413a508..6908567 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -10,5 +10,8 @@ export default defineNuxtConfig({ options: { scrollBehaviorType: 'smooth' } - } + }, + css: [ + '~/assets/css/tailwind.css', + ] }) \ No newline at end of file diff --git a/public/assets/css/tailwind.css b/public/assets/css/tailwind.css new file mode 100644 index 0000000..5be59b4 --- /dev/null +++ b/public/assets/css/tailwind.css @@ -0,0 +1,3 @@ +@import 'tailwindcss/base'; +@import 'tailwindcss/components'; +@import 'tailwindcss/utilities'; \ No newline at end of file