From 5a38809a7bc7e586a8244a71b9140566873504c3 Mon Sep 17 00:00:00 2001 From: Roman Toporkov Date: Thu, 26 Dec 2024 22:59:00 +0300 Subject: [PATCH] Replace sass @import rule with @use --- sass/main.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sass/main.scss b/sass/main.scss index 1fb95e9..20a001e 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -22,9 +22,9 @@ * SOFTWARE. */ -@import 'awards.scss'; -@import 'bylaws.scss'; -@import 'qo-section.scss'; +@use 'awards.scss'; +@use 'bylaws.scss'; +@use 'qo-section.scss'; $black: #131515; $gray: #282828;