style: format entire codebase with prettier
This commit is contained in:
+7
-7
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user