7
astro/src/global.css
Normal file
7
astro/src/global.css
Normal file
@ -0,0 +1,7 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
h1 {
|
||||
@apply text-4xl;
|
||||
}
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
import "../global.css";
|
||||
export interface Props {
|
||||
title: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user