chore: naming + reduced motion

This commit is contained in:
Cory Dransfeldt 2024-01-05 15:12:10 -08:00
parent 8835792b90
commit fa0b36f696
No known key found for this signature in database
6 changed files with 16 additions and 10 deletions

View file

@ -73,9 +73,16 @@
--rounded-full: 9999px;
/* transitions */
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
--transition-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
--transition-duration-default: 300ms;
/* svgs */
--stroke-width-default: 1.4;
--stroke-width-bold: 2;
}
@media (prefers-reduced-motion) {
:root {
--transition-duration-default: 0.01ms;
}
}