0.2.3 • Published 10 months ago

@removify/tailwind-preset v0.2.3

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

Removify Tailwind preset.

This is tailwind preset for removify.

Usage

npm install -D @removify/tailwind-preset

yarn add -D @removify/tailwind-preset

pnpm add -D @removify/tailwind-preset

Use cli to generate tailwind v4 theme

Note: Tailwind v4 is in alpha stage, therefor the cli is subjected to change in the future.

npx @removify/tailwind-preset > src/style.css
import type { Config } from 'tailwindcss';

// tailwind.config.{t,j}s
import removify from '@removify/tailwind-preset';

export default {
  content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
  presets: [removify],
  ...restOfConfig,
} satisfies Config;
0.2.1

10 months ago

0.2.0

10 months ago

0.2.3

10 months ago

0.2.2

10 months ago

0.1.10

10 months ago

0.1.8

12 months ago

0.1.7

12 months ago

0.1.9

11 months ago

0.1.6

12 months ago

0.1.5

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.0

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago