mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 23:37:41 +00:00
use prettier tailwind plugin
This commit is contained in:
parent
dbc6061aed
commit
cc619e8947
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Wunschlisten</title>
|
<title>Wunschlisten</title>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-white dark:bg-stone-900 text-black dark:text-white/75">
|
<body class="bg-white text-black dark:bg-stone-900 dark:text-white/75">
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<script type="module" src="/src/main.ts"></script>
|
<script type="module" src="/src/main.ts"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue