filament-language-switch
filament-language-switch copied to clipboard
fixes wrongly overridded styles, now styles only the minimum styles needed
PR Summary
-
Inclusion of
filament-language-switch
in package-lock.json The package-lock.json file has been updated to include the newly addedfilament-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.