Platoniq / decidim-module-navigation_maps

A module for Decidim that adds sensible areas in a map
GNU Affero General Public License v3.0
7 stars 10 forks source link

Remove Foundation dependency #42

Open fblupi opened 8 months ago

fblupi commented 8 months ago

Decidim stopped using Foundation with the redesign in the v0.28.0 version. (See 5.1. Tailwind CSS instead of Foundation).

However, it still uses it for the tabs used in the Admin pages to change the language of an input.

That's the reason, we still use it for the tabs management in this module after upgrading it to make it compatible with Decidim v0.28.0.

Once it is fully removed in Decidim, we should remove it too.