remove unnecessary files and amek global scss work

This commit is contained in:
2026-06-04 00:27:23 -05:00
parent 2e6df0e19f
commit a2eb02409e
5 changed files with 23 additions and 216 deletions
-7
View File
@@ -1,7 +0,0 @@
$blue: oklch(0.76 0.0358 233.23);
$yellow: oklch(0.84 0.123 100);
$orange: oklch(0.76 0.239 65);
$brown: oklch(0.36 0.042 42);
$green: oklch(0.22 0.0211 174);
$green-42: oklch(0.42 0.042 142);
+4
View File
@@ -0,0 +1,4 @@
@use 'sass:color';
@function transparent($color, $opacity: 75%) {
@return color-mix(in oklch, $color, transparent $opacity);
}
View File