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:
Roberto Tonino
2020-11-09 22:16:45 +01:00
parent 13e4c924f1
commit 511d3f3aad
10 changed files with 202 additions and 33648 deletions

View File

@@ -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>