mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-07-26 15:11:35 +00:00
- Add globals.css to import Tailwind CSS styles - Create layout.tsx for the root layout with metadata and font integration - Implement Header component with title and subtitle - Set up tsconfig.json for TypeScript configuration
8 lines
102 B
JavaScript
8 lines
102 B
JavaScript
const config = {
|
|
plugins: {
|
|
"@tailwindcss/postcss": {},
|
|
},
|
|
};
|
|
|
|
export default config;
|