From a761e3a5aaa7e0f240e54fb86f77dd7cc4fec8be Mon Sep 17 00:00:00 2001 From: Tony Yunker Date: Thu, 16 Jan 2025 12:51:11 -0600 Subject: [PATCH] Revert "[chore] address sass @import dep warning" This reverts commit a1017ae1f467ac52cb204fc956d1eb8e696fb72d. --- assets/main.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/main.scss b/assets/main.scss index 32de865..bb7b768 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -2,5 +2,5 @@ # Only the main Sass file needs front matter (the dashes are enough) --- -@use "base"; -@use "syntax-highlighting-solarized-light"; +@import "base"; +@import "syntax-highlighting-solarized-light";