use actual tailwind build on site instead of CDN

This commit is contained in:
2025-03-09 21:27:06 -05:00
parent 169c31872f
commit 58114fa347
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" />
<!-- <link href="assets/css/tailwind.css" rel="stylesheet" /> -->
<script defer src="assets/js/tracking.js"></script>
<script src="https://cdn.tailwindcss.com"></script>
<link href="assets/css/tailwind.css" rel="stylesheet" />
</head>
<body class="h-screen w-screen flex flex-col justify-center items-center">
<a class="w-40 h-40 bg-blue-400" href="https://github.com/jwetzell/showbridge" data-umami-event="logo-click"> </a>
+3
View File
@@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;