how can i get the v9 tailwind version i currently have the v8 bootstrap version
You can get the v9 build by pulling from the edge branch in the repo and running npm run build:tailwind. That’s how we integrated Tailwind v9 in COC Mod APK, keeping our UI lean and modular.
Tailwind v9 is fully compatible—you just need to update your tailwind.config.js and rebuild. We did this for Braum’s menu, which now uses Tailwind v9 classes for cleaner, responsive layouts.
If you want the Tailwind v9 version with custom styling, you can easily compile your own using the official config and postcss setup. We did something similar when building the Fake PhonePe APK, using a custom Tailwind pipeline for faster iterations.
Hi,
Sorry for the late reply. Metronic 9 package can be download from themeforest.net/downloads if you have purchased Metronic from
Regards,
Sean