refactor: turned custom bezier into root variable

This commit is contained in:
af-n
2022-07-23 15:35:32 -04:00
parent 016da4b80f
commit bcf0b92323
6 changed files with 6 additions and 5 deletions

View File

@@ -68,6 +68,7 @@ import Wave from '$lib/components/atoms/Wave.svelte';
--grey-five: #D0D0D0;
--grey-six: #a19e9e;
--grey-seven: #535563;
--bezier-one: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
:global(::selection) {