tailwind-caret-color

1.1.0 • Public • Published

Caret Color - TailwindCSS Plugin

npm npm

This plugin generates classes for coloring carets using caret-color: #;.

Installation

Pull it in through npm or yarn:

npm install tailwind-caret-color
yarn add tailwind-caret-color

Usage

Add it to the plugins array of your Tailwind config.

plugins: [
  // Other plugins
  require('tailwind-caret-color')(),
],

For each color in colors config of tailwind a caret-{color} class is created, analog to bg- and text- classes.

License

This project is licensed under the MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i tailwind-caret-color

Weekly Downloads

530

Version

1.1.0

License

MIT

Unpacked Size

1.9 kB

Total Files

4

Last publish

Collaborators

  • naoray