style: format entire codebase with prettier

This commit is contained in:
Rasmus Q
2026-03-15 21:02:57 +00:00
parent 47e02d81c3
commit f739288866
93 changed files with 5334 additions and 4976 deletions
+7 -7
View File
@@ -1,15 +1,15 @@
@import "tailwindcss";
@import 'tailwindcss';
@import "tw-animate-css";
@import 'tw-animate-css';
@custom-variant dark (&:is(.dark *));
* {
transition:
background-color 1s ease,
background-image 1s ease,
color 1s ease,
border-color 1s ease;
transition:
background-color 1s ease,
background-image 1s ease,
color 1s ease,
border-color 1s ease;
}
:root {