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",