diff options
Diffstat (limited to 'src/components/PostElement.astro')
-rw-r--r-- | src/components/PostElement.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/PostElement.astro b/src/components/PostElement.astro index 703189e..6ddf7c5 100644 --- a/src/components/PostElement.astro +++ b/src/components/PostElement.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 *; small { font-size: $fontSizeBase * 0.75; |