Skip to content

tailwindcss.com

A utility-first CSS framework for rapid UI development.

Package Information

  • Domain: tailwindcss.com
  • Name: tailwindcss.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install tailwindcss

Programs

This package provides the following executable programs:

  • tailwindcss

Aliases

This package can also be accessed using these aliases:

  • tailwindcss

Available Versions

Show all 44 versions
  • 4.1.10, 4.1.9, 4.1.8, 4.1.7, 4.1.6
  • 4.1.5, 4.1.4, 4.1.3, 4.1.2, 4.1.1
  • 4.1.0, 4.0.17, 4.0.16, 4.0.15, 4.0.14
  • 4.0.13, 4.0.12, 4.0.11, 4.0.10, 4.0.9
  • 4.0.8, 4.0.7, 4.0.6, 4.0.5, 4.0.4
  • 4.0.3, 4.0.2, 4.0.1, 4.0.0, 3.4.17
  • 3.4.16, 3.4.15, 3.4.14, 3.4.13, 3.4.12
  • 3.4.11, 3.4.10, 3.4.9, 3.4.8, 3.4.7
  • 3.4.6, 3.4.5, 3.4.4, 3.4.3

Latest Version: 4.1.10

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +tailwindcss.com@4.1.10 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.tailwindcsscom

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.