style: replaced html and body stylings with Tailwind classes; worflow: removed rollup plugin esbuild and re-added rollup-plugin-terser for minification
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr" data-theme="dark">
|
||||
<html class="h-screen" lang="en" dir="ltr" data-theme="dark">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
@@ -17,7 +17,7 @@
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body class="w-full h-full overflow-hidden font-sans bg-background-main text-foreground">
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user