Skip to content
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.

Naoray/tailwind-caret-color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Tailwindcss plugin to color caret in input fields

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published