mirror of
https://github.com/jwetzell/showbridge-www.git
synced 2026-09-12 22:49:25 +00:00
switch to tailwind cdn
This commit is contained in:
+1
-3
@@ -4,9 +4,7 @@
|
|||||||
"description": "www.showbrigde.io",
|
"description": "www.showbrigde.io",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"tailwind": "tailwindcss build -i tailwind.css -o src/assets/css/tailwind.css",
|
"dev": "http-server src/"
|
||||||
"dev": "http-server src/",
|
|
||||||
"tailwind:dev": "tailwindcss build -i tailwind.css -o src/assets/css/tailwind.css --watch"
|
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Joel Wetzell",
|
"name": "Joel Wetzell",
|
||||||
|
|||||||
+2
-1
@@ -26,8 +26,9 @@
|
|||||||
<meta name="twitter:image" content="assets/images/icon512x512.png" />
|
<meta name="twitter:image" content="assets/images/icon512x512.png" />
|
||||||
|
|
||||||
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" />
|
<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 defer src="assets/js/tracking.js"></script>
|
||||||
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
</head>
|
</head>
|
||||||
<body class="h-screen w-screen flex flex-col justify-center items-center">
|
<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>
|
<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