aboutsummaryrefslogtreecommitdiff
path: root/src/components/PostSummary.astro
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-06-10 17:27:34 +0300
committerGitHub <noreply@github.com>2025-06-10 17:27:34 +0300
commitf3cc07e92c8497347157b050a8e4b41d83e1fa9c (patch)
treea3495a57e528fa46581ff00efe6fdd785b57e34e /src/components/PostSummary.astro
parentd74eec1c47a0d4da5c50b70da3fedbdef0cafcc6 (diff)
downloadpopov.link-f3cc07e92c8497347157b050a8e4b41d83e1fa9c.tar.xz
popov.link-f3cc07e92c8497347157b050a8e4b41d83e1fa9c.zip
chore: migrate sass imports to use (#49)
Diffstat (limited to 'src/components/PostSummary.astro')
-rw-r--r--src/components/PostSummary.astro2
1 files changed, 1 insertions, 1 deletions
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"
---
<style lang="scss">
- @import "../scss/_variables.scss";
+ @use "../scss/variables" as *;
a {
color: $colorText;