update the config
All checks were successful
Build and Deploy LSFE Frontend / build-and-deploy (push) Successful in 2m43s
All checks were successful
Build and Deploy LSFE Frontend / build-and-deploy (push) Successful in 2m43s
This commit is contained in:
parent
97223b5b3e
commit
6ae0709878
3693
package-lock.json
generated
3693
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -44,8 +44,7 @@
|
||||
"@typescript-eslint/parser": "^8.44.0",
|
||||
"@vitejs/plugin-react": "^5.0.2",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"baseline-browser-mapping": "^2.8.31",
|
||||
"eslint": "^9.36.0",
|
||||
"baseline-browser-mapping": "^2.11.7",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-prettier": "^5.5.4",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
|
||||
@ -1,4 +1,7 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
import forms from '@tailwindcss/forms'
|
||||
import typography from '@tailwindcss/typography'
|
||||
|
||||
export default {
|
||||
content: [
|
||||
"./index.html",
|
||||
@ -27,7 +30,7 @@ export default {
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
require('@tailwindcss/forms'),
|
||||
require('@tailwindcss/typography'),
|
||||
forms,
|
||||
typography,
|
||||
],
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user