0.0.22 • Published 1 year ago

@ngrok/mantle-tailwind-preset v0.0.22

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@ngrok/mantle-tailwind-preset

!CAUTION This package has been deprecated as of v0.0.21. It has been rolled up into @ngrok/mantle. Going forward, import the mantlePreset from @ngrok/mantle.

A Tailwind CSS preset for ngrok's Mantle design system.

To get started, install the preset with your preferred package manager:

package managercommand
npmnpm install -D @ngrok/mantle-tailwind-preset
yarnyarn add -D @ngrok/mantle-tailwind-preset
pnpmpnpm add -D @ngrok/mantle-tailwind-preset
bunbun add -D @ngrok/mantle-tailwind-preset

Then, add the preset to your tailwind configuration.

import { mantlePreset } from "@ngrok/mantle-tailwind-preset";
import type { Config } from "tailwindcss";

export default {
	presets: [mantlePreset],
	// ... the rest of your tailwind config!
} satisfies Config;
0.0.22

1 year ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago