From f3cc07e92c8497347157b050a8e4b41d83e1fa9c Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 10 Jun 2025 18:27:34 +0400 Subject: chore: migrate sass imports to use (#49) --- src/components/PostSummary.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/PostSummary.astro') diff --git a/src/components/PostSummary.astro b/src/components/PostSummary.astro index 329f1ce..2e66b90 100644 --- a/src/components/PostSummary.astro +++ b/src/components/PostSummary.astro @@ -12,7 +12,7 @@ const formattedDate = dayjs(post.data.pubDate.toString()).format("MMMM DD, YYYY" ---