LOOL
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
This commit is contained in:
parent
d8c1f15c91
commit
a4ed5449e9
@ -5,10 +5,11 @@ import compress from "astro-compress";
|
||||
|
||||
import critters from "astro-critters";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [
|
||||
tailwind(),
|
||||
tailwind({
|
||||
config: { applyBaseStyles: false },
|
||||
}),
|
||||
image({
|
||||
serviceEntryPoint: "@astrojs/image/sharp",
|
||||
}),
|
||||
|
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user