From 65985c013f933d9da7393a036afb2a66e1274cce Mon Sep 17 00:00:00 2001 From: prototypa Date: Wed, 10 Aug 2022 19:10:37 -0400 Subject: [PATCH] Update component classes to Tailwind CSS way --- .../astro/features/StepsFeatures.astro | 2 +- src/layouts/Layout.astro | 40 +------------------ src/styles/base.css | 36 +++++++++++++++++ tailwind.config.js | 6 ++- 4 files changed, 43 insertions(+), 41 deletions(-) diff --git a/src/components/astro/features/StepsFeatures.astro b/src/components/astro/features/StepsFeatures.astro index 7baa704..d7eb12d 100644 --- a/src/components/astro/features/StepsFeatures.astro +++ b/src/components/astro/features/StepsFeatures.astro @@ -22,7 +22,7 @@ const {} = Astro.props;
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 039ed93..d5c5731 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -28,49 +28,11 @@ const { title = "", description = "", withHeader = true } = Astro.props;