> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jtbdos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tailwind Config

> The tailwind-config package, explained

The `tailwind-config` package is a configuration package for Tailwind CSS. It is used to configure the Tailwind CSS app and is located in the `packages/tailwind-config` directory.

The configuration extends Tailwind's default setup with shadcn/ui, as well as typography configuration. It also utilizes two plugins:

* `@tailwindcss/typography` for prose styling
* `tailwindcss-animate` for animation utilities
