Nactore-Org / Nacto-Care

Empowering Indian nurses to bridge the gap from 2.06 to 3 nurses per 1000 people as per WHO's convention, transforming healthcare employment in India
https://nacto-care.vercel.app
GNU General Public License v3.0
26 stars 58 forks source link

BUG:Fix and Enhance Tailwind CSS Configuration #299

Open iamabhishek2828 opened 3 days ago

iamabhishek2828 commented 3 days ago

Is there an existing issue for this?

What went down?

The current tailwind.config.js file has some issues that need to be addressed to ensure proper functionality and maintainability. Specifically, custom utilities are not properly integrated, and there is a misuse of the utilities property. Problems Identified: Misuse of utilities Property: The utilities property is not a valid Tailwind CSS configuration option. Custom utilities should be defined within a plugin using the addUtilities function. Improper Placement of addUtilities: The addUtilities function should be used within the plugins array, not directly inside the theme object.

Record

github-actions[bot] commented 3 days ago

Congratulations, @iamabhishek2828! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated, and we look forward to working with you to resolve the issue. Keep up the great work!

We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines