0.0.10 • Published 8 months ago

@taildix/colors v0.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Taildix Colors

A tailwindcss plugin that brings all the @radix-ui/colors scales.

Install:

npm install @taildix/colors

Use:

This gets you all the @radix-ui/colors scales.

// tailwind.config.ts
import type { Config } from "tailwindcss";

export default {
  // ...
  plugins: [require("@taildix/colors")],
} satisfies Config;

If you wish to hand pick your scales.

// tailwind.config.ts
import type { Config } from "tailwindcss";
import taildix from "@taildix/colors";

export default {
  // ...

  // typesafe choice
  plugins: [taildix({ colors: ["amber", "ruby"] })],
} satisfies Config;

This project was created using bun init in bun v1.0.1. Bun is a fast all-in-one JavaScript runtime.

0.0.10

8 months ago

0.0.9

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago