From 5f468e88ab4bdc9c063162397df2b22fe25a8b22 Mon Sep 17 00:00:00 2001 From: Vozer <76500838+SlippingGitty@users.noreply.github.com> Date: Mon, 25 Jul 2022 13:03:28 -0500 Subject: [PATCH] Rename yellow.scss to yellow.css --- src/fixations/additions/accents/{yellow.scss => yellow.css} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/fixations/additions/accents/{yellow.scss => yellow.css} (97%) diff --git a/src/fixations/additions/accents/yellow.scss b/src/fixations/additions/accents/yellow.css similarity index 97% rename from src/fixations/additions/accents/yellow.scss rename to src/fixations/additions/accents/yellow.css index 0af9a08..5626825 100644 --- a/src/fixations/additions/accents/yellow.scss +++ b/src/fixations/additions/accents/yellow.css @@ -3,4 +3,4 @@ --accent-hover: rgba( 251, 192, 45, 0.977); --accent-selected: rgb(251, 192, 45, 0.612); --accent-focused: rgb(251, 192, 45, 0.200); - } \ No newline at end of file + }