feat: leverage bunny.net transform classes

This commit is contained in:
Cory Dransfeldt 2024-07-02 11:24:38 -07:00
parent 6a6f2d95fe
commit e6e1777296
No known key found for this signature in database
15 changed files with 88 additions and 89 deletions

View file

@ -110,7 +110,7 @@
/* aspect ratios */
--aspect-ratio-square: 1/1;
--aspect-ratio-vertical: 2/3;
--aspect-ratio-banner: 1 / 0.5625;
--aspect-ratio-banner: 3/2;
/* transitions */
--transition-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);