@takeoff-design/tailwind
v0.1.0
Published
Tailwind CSS theme package for Takeoff Design
Readme
@takeoff-design/tailwind
Tailwind CSS theme package for Takeoff Design. It ships the Tailwind v4 theme
CSS and an explicit legacy v3 plugin generated from @takeoff-design/tokens.
Install
pnpm add @takeoff-design/tailwind @takeoff-design/tokens tailwindcssFor GitHub Packages, configure the registry first:
@takeoff-design:registry=https://npm.pkg.github.comTailwind v4
@import '@takeoff-design/tailwind';@import '@takeoff-design/tailwind/v4';Tailwind v3
const takeoff = require('@takeoff-design/tailwind/v3');
module.exports = {
plugins: [takeoff],
};