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

[Code Bug] : Conflicting Tailwind Classes flex and block Used Simultaneously #1417

Open
Adi-204 opened this issue Feb 17, 2025 · 1 comment
Labels
Status: Triage This is the initial status for an issue that requires triage.

Comments

@Adi-204
Copy link
Contributor

Adi-204 commented Feb 17, 2025

In the SideBar.tsx component, both flex and block classes are used together at one place, which is incorrect. These classes conflict with each other as they define different display properties. Using both causes issues and results in a runtime error.

Expected Behavior
Only one of the classes should be used depending on the intended layout (either flex or block).

Steps to Reproduce

  1. Open the SideBar.tsx component.
  2. Observe the usage of both flex and block in the same element.
@github-actions github-actions bot added the Status: Triage This is the initial status for an issue that requires triage. label Feb 17, 2025
@Adi-204
Copy link
Contributor Author

Adi-204 commented Feb 17, 2025

@DhairyaMajmudar please assign me the issue thanks : )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage This is the initial status for an issue that requires triage.
Projects
None yet
Development

No branches or pull requests

1 participant