tailwind-pimento Tailwind Templates

Tailwind Pimento

A Tailwind plugin that augments the color palete with the Pimento color scheme values. Read the source.

Tailwind Pimento

A super tiny tailwind plugin that enables the use of the Pimento color scheme.

Installation

npm i tailwind-pimento

Usage

In your tailwind.config.js:

  plugins: [
    require('tailwind-pimento'),
  ],

You now have access to the Pimento theme any where you would use normal Tailwind colors.

<div class="bg-pimento-blue0">
    <p class="text-pimento-fg">Hello, this is some text</p>
</div>

Top categories

Loading Svelte Themes