Skip to main content

Installation

Get started with Fluid Typography in your Tailwind CSS project.

Requirements

  • Tailwind CSS v3.4+ or v4.0+
  • Node.js 16.0 or higher

Install via npm

npm install fluid-typography

Install via yarn

yarn add fluid-typography

Install via pnpm

pnpm add fluid-typography

Next Steps

Now that you've installed Fluid Typography, you can:

  1. Quick Start - Set up the plugin in minutes
  2. Typography Scale - Explore available typography classes
  3. Customization - Learn how to customize the plugin

Troubleshooting

Package Not Found

If you get a "package not found" error, make sure you have an active internet connection and your npm registry is configured correctly:

npm config get registry
# Should return: https://registry.npmjs.org/

Version Compatibility

Fluid Typography is compatible with:

  • Tailwind CSS v3.4.0+
  • Tailwind CSS v4.0.0+

If you're using an older version of Tailwind CSS, please upgrade first:

npm install tailwindcss@latest