Skip to content

apisandipas/tailwind-pimento

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published