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

Styles #1

Merged
merged 8 commits into from
Oct 26, 2024
Merged

Styles #1

merged 8 commits into from
Oct 26, 2024

Conversation

sabler
Copy link
Owner

@sabler sabler commented Oct 26, 2024

No description provided.

@sabler
Copy link
Owner Author

sabler commented Oct 26, 2024

This pull request introduces several enhancements, including the integration of Tailwind CSS, the addition of new components, and various updates to the countdown feature. The changes improve the styling and functionality of the application.

Styling Enhancements:

  • Added Tailwind CSS configuration in .postcssrc and integrated Tailwind CSS into the project (.postcssrc, src/css/core.css, package.json). [1] [2] [3]

Component Additions:

  • Introduced new Paragraph, Headline, and Stars components to enhance the UI (src/components/Paragraph.tsx, src/components/Headline.tsx, src/components/Stars.tsx). [1] [2] [3]

Countdown Feature Updates:

  • Updated the Countdown component to include the new Stars component and improved its styling (src/components/Countdown.tsx). [1] [2] [3]
  • Modified the App component to use the new Paragraph component and updated the countdown configuration (src/App.tsx, src/config/countdown.config.json). [1] [2]

Code Cleanup:

  • Removed unused CSS and updated the index.html for better structure and responsiveness (src/css/modules/countdown.module.css, src/index.html). [1] [2] [3]

Dependency Updates:

  • Added postcss and tailwindcss to the project dependencies (package.json).

@sabler sabler merged commit 64ca102 into main Oct 26, 2024
2 checks passed
@sabler sabler deleted the styles branch October 27, 2024 21:56
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.

1 participant