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

fixes wrongly overridded styles, now styles only the minimum styles needed #96

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

inalto
Copy link

@inalto inalto commented Apr 25, 2024

No description provided.

Copy link

what-the-diff bot commented Apr 25, 2024

PR Summary

  • Inclusion of filament-language-switch in package-lock.json
    The package-lock.json file has been updated to include the newly added filament-language-switch package. This package aids in language switching throughout the application, thus enhancing the overall user experience for people from different regions.

  • Removal of @tailwindcss/forms and @tailwindcss/typography from devDependencies
    The @tailwindcss/forms and @tailwindcss/typography packages have been removed from the devDependencies in the package.json file. This suggests that these packages, which were previously used for styling forms and texts in our application, are no longer needed, making the code lighter and easier to manage.

  • Removal of preset configuration in Tailwind CSS
    The preset import and configuration setup in Tailwind CSS have been removed. Tailwind presets are typically used for sharing and reusing configurations. The removal of this indicates that we no longer require these presets, streamlining our configuration process and reducing unnecessary clutter.

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.

None yet

1 participant