-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Converted SCSS Styling to Tailwind in EmptyView.jsx and cart.jsx Main Container #91
Converted SCSS Styling to Tailwind in EmptyView.jsx and cart.jsx Main Container #91
Conversation
…tyling-of-EmptyView.jsx
@Rucha-Ambaliya is attempting to deploy a commit to the Pratik0112's projects Team on Vercel. A member of the Team first needs to authorize it. |
Hey @Rucha-Ambaliya thanks also delete the unnecessary "scss file & imports " which you have converted to tailwind and run it locally, then I will merge your PR |
Please also do check the footer.jsx it also has been converted to tailwind and also use colors in tailwind.config file & add screen shots of your page in mobile as well as desktop view |
I’ll check, and if none of the classes are being used elsewhere, I’ll delete the file accordingly. I’ll also review Footer.jsx and include its screenshots here. |
761100c
to
c3bf25f
Compare
Recording.2025-01-08.103552.1.mp4 |
Hey @Rucha-Ambaliya, good !!!! |
Thanks! |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Fixes Issue🛠️
Closes #64
Description👨💻
EmptyView.jsx:
cart.jsx:
main container in cart.jsx
to use Tailwind CSS. This indirectly affects the styling ofEmptyView.jsx
since it is part of the main container.Testing
Edge Responsive Tester extension
to test responsiveness for smaller screen sizes.Type of Change📄
Checklist✅
Screenshots/GIF📷