mirror of
https://github.com/jwetzell/showbridge-www.git
synced 2026-08-21 12:59:05 +00:00
switch to tailwind cdn
This commit is contained in:
+1
-3
@@ -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
@@ -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>
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ['src/**/*.html'],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
@@ -1,3 +0,0 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
Reference in New Issue
Block a user