mirror of
https://github.com/jwetzell/showbridge-www.git
synced 2026-08-18 11:34:00 +00:00
use actual tailwind build on site instead of CDN
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
Reference in New Issue
Block a user