chore: migrate sass imports to use (#49)

This commit is contained in:
2025-06-10 18:27:34 +04:00
committed by GitHub
parent d74eec1c47
commit f3cc07e92c
6 changed files with 9 additions and 7 deletions

View File

@@ -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;