migrate to Tailwind CSS v4

This commit is contained in:
Mehmet Çetin
2025-07-09 13:18:18 +03:00
parent ad5b515605
commit e4b334f58a
17 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ declare type SurfacesType = {
</div>
`,
host: {
class: 'hidden absolute top-[3.25rem] right-0 w-72 p-4 bg-surface-0 dark:bg-surface-900 border border-surface rounded-border origin-top shadow-[0px_3px_5px_rgba(0,0,0,0.02),0px_0px_2px_rgba(0,0,0,0.05),0px_1px_4px_rgba(0,0,0,0.08)]'
class: 'hidden absolute top-13 right-0 w-72 p-4 bg-surface-0 dark:bg-surface-900 border border-surface rounded-border origin-top shadow-[0px_3px_5px_rgba(0,0,0,0.02),0px_0px_2px_rgba(0,0,0,0.05),0px_1px_4px_rgba(0,0,0,0.08)]'
}
})
export class AppConfigurator {