tailwind-pimento
v1.0.1
Published
A tailwindcss plugin that enables the use of the Pimento color palette
Maintainers
Readme
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>