1.0.0 • Published 5 years ago
tailwind-stroke-color v1.0.0
Stroke Color - TailwindCSS Plugin
This plugin generates classes for coloring strokes using stroke: #;.
Installation
Pull it in through npm or yarn:
npm install tailwind-stroke-coloryarn add tailwind-stroke-colorUsage
Add it to the plugins array of your Tailwind config.
plugins: [
// Other plugins
require('tailwind-stroke-color')(),
],For each color in colors config of tailwind a stroke-{color} class is created, analog to bg- and text- classes.
License
This project is licensed under the MIT License.