From 60eab2506612f577cc1a9a8055c0569f927f5629 Mon Sep 17 00:00:00 2001 From: z0x Date: Wed, 7 May 2025 08:58:37 -0400 Subject: [PATCH] refactor(index): rename global.css to globals.css --- components.json | 2 +- src/components/Head.astro | 2 +- src/styles/{global.css => globals.css} | 0 src/styles/typography.css | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename src/styles/{global.css => globals.css} (100%) diff --git a/components.json b/components.json index d4ff7dc..38d0e75 100644 --- a/components.json +++ b/components.json @@ -5,7 +5,7 @@ "tsx": true, "tailwind": { "config": "tailwind.config.ts", - "css": "src/styles/global.css", + "css": "src/styles/globals.css", "baseColor": "neutral", "cssVariables": true, "prefix": "" diff --git a/src/components/Head.astro b/src/components/Head.astro index 2c7dd6e..a3cab61 100644 --- a/src/components/Head.astro +++ b/src/components/Head.astro @@ -2,7 +2,7 @@ import "@fontsource-variable/geist"; import "@fontsource-variable/geist-mono"; import "../styles/callout.css"; -import "../styles/global.css"; +import "../styles/globals.css"; import "../styles/typography.css"; import { ClientRouter } from "astro:transitions"; diff --git a/src/styles/global.css b/src/styles/globals.css similarity index 100% rename from src/styles/global.css rename to src/styles/globals.css diff --git a/src/styles/typography.css b/src/styles/typography.css index 67851bf..07e5076 100644 --- a/src/styles/typography.css +++ b/src/styles/typography.css @@ -1,4 +1,4 @@ -@reference './global.css'; +@reference './globals.css'; @layer components { .prose {