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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"