enhancement(web): improve font loading performance and avoid page reflow (#1087)

* enhancement: improve font loading performance and avoid page reflow

chore: get rid of postcss-import (we're not using it and it's not needed for tailwind)

* fix indent
This commit is contained in:
stacksmash76 2023-09-09 23:07:00 +02:00 committed by GitHub
parent 64f81a4614
commit 7b77ff766e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 38 additions and 19 deletions

View file

@ -29,7 +29,6 @@
}
},
"dependencies": {
"@fontsource-variable/inter": "^5.0.8",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@hookform/error-message": "^2.0.1",
@ -56,7 +55,6 @@
"formik": "^2.4.3",
"http-proxy-middleware": "^2.0.6",
"postcss": "^8.4.29",
"postcss-import": "^15.1.0",
"react": "^18.2.0",
"react-debounce-input": "^3.3.0",
"react-dom": "^18.2.0",