Skip to content

[Refactor] Remove Duplicate Tailwind Configuration File #947

Description

@BHUVANSH855

Description 📄

The repository currently contains two Tailwind configuration files:

  • tailwind.config.js
  • tailwind.config,js

The file tailwind.config,js appears to be an incorrectly named duplicate, likely created accidentally due to a typo.

Having multiple Tailwind configuration files can:

  • Create ambiguity about which configuration is active
  • Lead to inconsistent styling behavior
  • Confuse new contributors
  • Reduce maintainability of the project

Expected behavior ✅

There should only be one valid Tailwind configuration file:

  • tailwind.config.js
    This file should act as the single source of truth for all Tailwind styling configuration.

Actual behavior 🚫

Two configuration files exist in the root directory, which may cause confusion or unexpected behavior during development or build processes.

Proposed Solution 💡

  • Remove tailwind.config,js
  • Retain tailwind.config.js as the primary configuration
  • Verify the application builds successfully after removal

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions