Using TailwindCSS to Design Your Mobile App

Originally published at: https://serversideup.net/using-tailwindcss-to-design-your-mobile-app/

Once you have your NuxtJS application packaged up with CapacitorJS, using TailwindCSS to style your application is really straight-forward. You will be using the same process as you would for web, except focusing on the responsive aspect of your application. While your layout is entirely up to you and TailwindCSS makes this a breeze, there…