From 4ae90a58214ecb1ba28e51ea098fde8b91f84cda Mon Sep 17 00:00:00 2001 From: Chauncey McAskill Date: Mon, 29 Jan 2024 11:36:55 -0500 Subject: [PATCH] Annotate Sass modules section of 'main.scss' --- assets/styles/main.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/styles/main.scss b/assets/styles/main.scss index b5df4d4..b6e6846 100644 --- a/assets/styles/main.scss +++ b/assets/styles/main.scss @@ -1,9 +1,12 @@ // ========================================================================== // Main // ========================================================================== + +// Modules +// ========================================================================== + @use "sass:math"; -// ========================================================================== // Tools // ==========================================================================