mirror of
https://github.com/immich-app/immich.git
synced 2025-11-23 04:30:54 +09:00
chore(web): sort tailwindcss class automatically (#3330)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div>
|
||||
<svg
|
||||
role="status"
|
||||
class={`w-[24px] h-[24px] text-gray-400 animate-spin dark:text-gray-600 fill-immich-primary`}
|
||||
class={`h-[24px] w-[24px] animate-spin fill-immich-primary text-gray-400 dark:text-gray-600`}
|
||||
viewBox="0 0 100 101"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
||||
Reference in New Issue
Block a user