1.0.1 • Published 4 years ago

tailwind-pimento v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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>