Skip to content

Commit 7072356

Browse files
committed
fix(browser): downgrade tailwindcss to v3.0
1 parent d6ebf0f commit 7072356

File tree

3 files changed

+62
-20
lines changed

3 files changed

+62
-20
lines changed

.github/workflows/browser.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Submit to Web Store"
1+
name: "browser"
22
on:
33
push:
44
branches:
@@ -8,7 +8,7 @@ on:
88
- "packages/server/**"
99

1010
jobs:
11-
build:
11+
deploy:
1212
runs-on: ubuntu-latest
1313
environment: deploy-browser
1414
defaults:
@@ -17,6 +17,7 @@ jobs:
1717
env:
1818
CRX_PUBLIC_KEY: ${{ secrets.CRX_PUBLIC_KEY }}
1919
CLERK_FRONTEND_API: ${{ secrets.CLERK_FRONTEND_API }}
20+
PLASMO_PUBLIC_CLERK_SYNC_HOST: ${{ secrets.PLASMO_PUBLIC_CLERK_SYNC_HOST }}
2021

2122
steps:
2223
- name: 💾 Checkout code

apps/browser/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"plasmo": "0.90.5",
1818
"react": "19.2.0",
1919
"react-dom": "19.2.0",
20-
"tailwindcss": "4.1.14"
20+
"tailwindcss": "3.4.1"
2121
},
2222
"devDependencies": {
2323
"@types/chrome": "0.1.24",
@@ -28,7 +28,6 @@
2828
"typescript": "5.9.3"
2929
},
3030
"manifest": {
31-
"key": "$CRX_PUBLIC_KEY",
3231
"permissions": [
3332
"cookies",
3433
"storage"

0 commit comments

Comments
 (0)