FoundryKit

Tailwind

Global Tailwind CSS entrypoints exported by @foundrykit/tailwind.

Tailwind

@foundrykit/tailwind is currently a CSS package. Its public export is ./globals.css, intended to be imported into your application stylesheet.

Install

pnpm add @foundrykit/tailwind tailwindcss tw-animate-css

Usage

@import '@foundrykit/tailwind/globals.css';

Notes

  • The package does not currently export a JavaScript Tailwind preset helper from its top-level entrypoint.
  • It marks CSS as a side effect so the stylesheet is preserved by bundlers.
  • It is designed to complement Primitives, Components, and Blocks.

On this page