Javascript – margin and padding when using vite
I've got the problem when im using vite to create react app, the app got some strange margin and padding which can only be deleted with: *{ margin: 0 !important; padding: 0 !important; box-sizing: border-box; } At the index.css directory,…