Implemented Normalize.css

This commit is contained in:
2025-04-14 23:19:24 -06:00
parent 4a0062f129
commit ae445245a7
5 changed files with 6 additions and 3 deletions

View File

@ -141,6 +141,7 @@ switch ($choice) {
npm install --silent @mui/material @mui/icons-material @emotion/react @emotion/styled --no-fund --audit=false 2>&1 | Out-Null
npm install --silent socket.io-client --no-fund --audit=false | Out-Null
npm install --silent react-simple-keyboard --no-fund --audit=false | Out-Null
npm install --silent normalize.css --no-fund --audit=false | Out-Null
Pop-Location
}