2.0.5 • Published 4 years ago
@graxmonzo/tailwind-caret-color v2.0.5
Caret Color - TailwindCSS Plugin
Fork of tailwind-caret-color package. Tailwind 2.0.
This plugin generates classes for coloring carets using caret-color: #;.
Installation
Pull it in through npm or yarn:
npm install @graxmonzo/tailwind-caret-coloryarn add @graxmonzo/tailwind-caret-colorUsage
Add it to the plugins array of your Tailwind config.
// tailwind.config.js
{
variants: {
caretColor: ['dark', 'active'], // Default variants
},
plugins: [
require('@graxmonzo/tailwind-caret-color'),
],
}For each color in colors config of tailwind a caret-{color} class is created, analog to bg- and text- classes.
Testing
yarn testChangelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.