1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Add tailwind as override to resolve conflict (#2873)

This commit is contained in:
Oscar Hinton
2022-06-09 12:51:52 +02:00
committed by GitHub
parent 1a0695d366
commit b376d933e1
2 changed files with 13098 additions and 10014 deletions

23109
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -180,6 +180,9 @@
"zone.js": "^0.11.4",
"zxcvbn": "^4.4.2"
},
"overrides": {
"tailwindcss": "$tailwindcss"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write",
"*.ts": "eslint --fix"