How to Install Tailwind Typography on NextJS & NuxtJS

Опубликовано: 27 Октябрь 2024
на канале: Nick Saraev
415
7

In this video, I'll show you how to install tailwind typography on both NextJS & NuxtJS projects.

This example uses the @tailwindcss/typography npm module, which you can find here:

https://tailwindcss.com/docs/typograp...

To download it, open a terminal window in the root of your project & type 'npm install @tailwindcss/typography' (or 'yarn add @tailwindcss/typography', if you're using yarn).

From there, you simply add a line to your tailwind.config.js like I did in this video, and voila! Beautiful blogs, posts, & more all thanks to Tailwind Typography.

Hope this helped!