Merged
Conversation
Contributor
|
Hii @SudiptaPaul-31 Please fix the |
… fix-configure-tailwindcss
Contributor
Author
|
@ayshadogo |
Contributor
|
Nice work @SudiptaPaul-31 Thank you for your contribution |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Configure TailwindCSS with Custom Theme
📌 Overview
This PR sets up TailwindCSS v4 as the primary styling framework for the project and configures a custom design theme.
The setup ensures consistent styling, scalable utility-first development, and proper dependency management.
resolves #5
✅ Changes Made
🔹 Tailwind Setup
tailwindcss,@tailwindcss/postcss,postcss, andautoprefixerpostcss.config.jsfor Tailwind v4@import "tailwindcss";insrc/index.css🔹 Custom Theme Configuration
Updated
tailwind.config.jswith:primarycolor →#0F172Aaccentcolor →#6366F1Poppinsas the default font family🔹 Plugins Added
@tailwindcss/forms@tailwindcss/typography🔹 Global Styling
🔹 Dependency Management
package-lock.jsonto ensure consistent dependency versions across environments🧪 Acceptance Criteria
primary,accent,font-poppins) are accessiblenpm run dev📷 Verification
Tailwind styling confirmed in development environment (
localhost:5173).🎯 Result
The project now uses a scalable, modern TailwindCSS setup with a centralized design system foundation.