roll site back to tailwind 3.4.17

This commit is contained in:
2025-03-09 21:26:41 -05:00
parent 152f80034f
commit 169c31872f
2 changed files with 1423 additions and 7 deletions
+1421 -6
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -4,6 +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/"
}, },
"author": { "author": {
@@ -22,6 +23,6 @@
"homepage": "https://github.com/jwetzell/showbridge#readme", "homepage": "https://github.com/jwetzell/showbridge#readme",
"devDependencies": { "devDependencies": {
"http-server": "14.1.1", "http-server": "14.1.1",
"tailwindcss": "4.0.12" "tailwindcss": "3.4.17"
} }
} }