remove unnecessary files and amek global scss work
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
@use 'sass:color';
|
||||
@function transparent($color, $opacity: 75%) {
|
||||
@return color-mix(in oklch, $color, transparent $opacity);
|
||||
}
|
||||
Reference in New Issue
Block a user