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

Fix/tailwind config conflict #69

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

shafayat666
Copy link

Description

This pull request fixes an issue in the Tailwind CSS configuration file where CommonJS imports were being used. The configuration file has been updated to use ES module imports.
Fixes #67

Type of Change

  • Bug fix

How Has This Been Tested?

To ensure the changes are effective, the following tests were conducted:

  • Verified that the Tailwind configuration is loaded correctly using ES module imports.
  • Tested the application to confirm that Tailwind styles are applied without errors after the change.

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.

Conflicts in the taiwindcss config file .
1 participant