Add TailwindCSS (#1252)

* Setup TailwindCSS

* Fully setup configuration

* Refactor some tailwind variables
This commit is contained in:
Evan Song
2024-07-06 20:57:32 -07:00
committed by GitHub
parent 0f2ddb452c
commit abec2e48d4
176 changed files with 7905 additions and 7433 deletions

View File

@@ -548,12 +548,12 @@
<script setup>
const description =
'The Terms of Use of Modrinth, an open source modding platform focused on Minecraft.'
"The Terms of Use of Modrinth, an open source modding platform focused on Minecraft.";
useSeoMeta({
title: 'Terms of Use - Modrinth',
title: "Terms of Use - Modrinth",
description,
ogTitle: 'Terms of Use',
ogTitle: "Terms of Use",
ogDescription: description,
})
});
</script>