Skip to content
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

Added Tailwind CSS to the project #2

Merged
merged 3 commits into from
Oct 9, 2024
Merged

Added Tailwind CSS to the project #2

merged 3 commits into from
Oct 9, 2024

Conversation

Abhishek-Beta
Copy link
Collaborator

PR Template:


Title:

Added Tailwind CSS to the project


Description:

This PR introduces Tailwind CSS to the project to enable utility-first CSS styling and simplify the creation of custom, responsive, and consistent design across the project.

Key changes:

  • Installed and configured Tailwind CSS with PostCSS and Autoprefixer.
  • Integrated Tailwind into the project’s PostCSS pipeline.
  • Added a basic configuration for customizing Tailwind settings in the future (tailwind.config.js).
  • Updated existing CSS where necessary to use Tailwind utility classes for testing purposes.
  • Verified that Tailwind classes work in .md files, enabling usage in Markdown files.

Type of Change:

  • Feature (a new functionality)
  • Bug fix (a non-breaking change that fixes an issue)
  • Chore (maintenance or a refactor)
  • Documentation update

How to Test:

  1. Pull the branch: git checkout feature/add-tailwindcss
  2. Install dependencies: npm install
  3. Start the development server: npm start
  4. Verify Tailwind CSS is working by inspecting the usage of utility classes and confirming the expected design.
  5. Test Tailwind utility classes in markdown files (such as in the docs or blog pages).

This template will help guide reviewers and team members through the changes you’ve made, ensuring a smooth PR process. You can modify it as needed based on your project or team requirements.

@Abhishek-Beta Abhishek-Beta merged commit 901a2cb into main Oct 9, 2024
1 check failed
@Abhishek-Beta Abhishek-Beta deleted the tailwind_setup branch October 9, 2024 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants