switch to tailwind cdn

This commit is contained in:
2024-05-24 20:57:58 -05:00
parent 2650557503
commit 1b85435097
4 changed files with 3 additions and 15 deletions
+1 -3
View File
@@ -4,9 +4,7 @@
"description": "www.showbrigde.io",
"main": "index.js",
"scripts": {
"tailwind": "tailwindcss build -i tailwind.css -o src/assets/css/tailwind.css",
"dev": "http-server src/",
"tailwind:dev": "tailwindcss build -i tailwind.css -o src/assets/css/tailwind.css --watch"
"dev": "http-server src/"
},
"author": {
"name": "Joel Wetzell",
+2 -1
View File
@@ -26,8 +26,9 @@
<meta name="twitter:image" content="assets/images/icon512x512.png" />
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" />
<link href="assets/css/tailwind.css" rel="stylesheet" />
<!-- <link href="assets/css/tailwind.css" rel="stylesheet" /> -->
<script defer src="assets/js/tracking.js"></script>
<script src="https://cdn.tailwindcss.com"></script>
</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>
-8
View File
@@ -1,8 +0,0 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['src/**/*.html'],
theme: {
extend: {},
},
plugins: [],
};
-3
View File
@@ -1,3 +0,0 @@
@tailwind base;
@tailwind components;
@tailwind utilities;