shivansh-bhatnagar18 / multiplayer-uno

https://multiplayer-uno.vercel.app
20 stars 43 forks source link

Removing The default css #52

Closed ritwik-69 closed 1 month ago

ritwik-69 commented 1 month ago

fixes: #43

Description

Removed the default vite react app css as its not going to be used in the future and it was interferring with the existing components

Motivation and Context

[Explain the motivation behind these changes and provide any relevant context.]

How to Test

[Describe the steps to test the changes made in this pull request.]

Related Issues

[If applicable, mention any related issues or pull requests.]

Checklist

Screenshots (if applicable)

[If your changes include any visual updates, provide screenshots here.]

kuv2707 commented 1 month ago

@ritwik-69 The commit message should contain around 72 characters per line, which makes it easier to read.

The PR fails the prettier-frontend check, please run the corresponding npm script to fix the formatting issues and update the commit with it. (You can use git commit --amend)

ritwik-69 commented 1 month ago

@kuv2707 done with the changes

kuv2707 commented 1 month ago

Merged, thanks @ritwik-69