fix: using tailwindcss

This commit is contained in:
Elie Baier 2023-12-05 20:55:15 +01:00
parent 6358294587
commit cf200b3661
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import type { Metadata } from 'next'; import type { Metadata } from 'next';
import { Inter } from 'next/font/google'; import { Inter } from 'next/font/google';
import '@styles/global.css';
const inter = Inter({ subsets: ['latin'] }); const inter = Inter({ subsets: ['latin'] });

3
styles/global.css Normal file
View File

@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;