Skip to content

Refactor vanilla CSS to TailwindCSS #54

@arpankumarde

Description

@arpankumarde

Refactor vanilla CSS to TailwindCSS

The project uses Bootstrap and vanilla CSS for the styling of the web application. The goal of this issue is to refactor the vanilla CSS to TailwindCSS, a utility-first CSS framework that offers more consistency and performance. This will involve converting the existing CSS files to TailwindCSS, updating the TailwindCSS configuration file, and purging the unused classes from the production build.

Acceptance criteria

  • The appearance and functionality of the project are not affected by the conversion.
  • The Bootstrap framework is still used for the layout and components of the project.
  • The TailwindCSS configuration file is updated with the custom colors, fonts, and breakpoints of the project.
  • The unused TailwindCSS classes are purged from the production build using the PurgeCSS tool.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthacktoberfestThis issue is under hacktoberfest

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions