Tailwind plugin to create text-decoration-color classes
npm install tailwind-text-decoration-color
   

> This plugin generates classes for anchor link text-decoration coloring carets using text-decoration-color: . Where the part comes from your tailwind config colors β so you can use decoration-gray-500 or custom colors decoration-sop-900.

Pull it in through npm or yarn:
``bash
npm install tailwind-text-decoration-color

Usage
Add it to the plugins array of your Tailwind config.
`js
plugins: [
// Other plugins
require('tailwind-text-decoration-color'),
],
`For each color in
colors config of tailwind a decoration-{color} class is created, analog to bg- and text- classes.License
This project is licensed under the MIT License.
Changelog
β― Read the changelog here β
KEY:
π¦ NEW, π IMPROVE, π FIX, π DOC, π RELEASE, and π€ TEST`> _I use Emoji-log, you should try it and simplify your git commits._

- MIT Β© Ahmad Awais
- Thanks to Krishan KΓΆnig for initial implementation
- Code of Conduct

(follow) To stay up to date on free & open-source software
(follow) To get #OneDevMinute daily hot tips & trolls
(subscribe) To tech talks & #OneDevMinute videos
(read) In-depth & long form technical articles
(connect) On the LinkedIn profile y'all

Me (Ahmad Awais) and my incredible wife (Maedah Batool) are two engineers who fell in love with open source and then with each other. You can read more about me here. If you or your company use any of my projects or like what Iβm doing then consider backing me. I'm in this for the long run. An open-source developer advocate.

> This repository is part of the [NodeCLI.com][n] course.
After building hundreds of developer automation tools used by millions of developers, I am sharing exactly how you can do it yourself with minimum effective effort. Learn to build Node.js & JavaScript based CLI (Command Line Interface) apps. Automate the grunt work, do more in less time, impress your manager, and help the community.
β I'm sharing it all in this online video course. [Node CLI Automation
without wasting a 1,000 hours][n] β
![Node CLI][n]
[n]: https://NodeCLI.com?utm_source=github&utm_medium=referral&utm_campaign=ahmadawais/tailwind-text-decoration-color
