From 8b940e55be1435742fb32143cd8669525cc889a1 Mon Sep 17 00:00:00 2001 From: prototypa Date: Thu, 27 Jul 2023 13:05:34 -0400 Subject: [PATCH] Set CustomStyles for fonts and custom variables --- .../{CustomFonts.astro => CustomStyles.astro} | 0 src/components/VariablesCss.astro | 17 ----------------- 2 files changed, 17 deletions(-) rename src/components/{CustomFonts.astro => CustomStyles.astro} (100%) delete mode 100644 src/components/VariablesCss.astro diff --git a/src/components/CustomFonts.astro b/src/components/CustomStyles.astro similarity index 100% rename from src/components/CustomFonts.astro rename to src/components/CustomStyles.astro diff --git a/src/components/VariablesCss.astro b/src/components/VariablesCss.astro deleted file mode 100644 index faf6b2f..0000000 --- a/src/components/VariablesCss.astro +++ /dev/null @@ -1,17 +0,0 @@ ---- ---- - - \ No newline at end of file