You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: integrate Tailwind CSS Vite plugin and update styles
- Added @tailwindcss/vite to package.json and configured it in vite.config.js.
- Removed unused PostCSS configuration for Tailwind.
- Deleted App.css as it was no longer needed.
- Updated App.jsx to use bg-gradient-to-br for background styling.
- Refactored TaskBoard component to use a grid layout for task lists.
- Adjusted TaskManager and TaskItem components for improved styling and layout.
- Enhanced TaskList component with flexbox for better spacing.
- Updated index.css to include new color scales and improved styling for checkboxes.
0 commit comments