tailwind-stroke-color

1.0.0 • Public • Published

Stroke Color - TailwindCSS Plugin

npm npm

This plugin generates classes for coloring strokes using stroke: #;.

Installation

Pull it in through npm or yarn:

npm install tailwind-stroke-color
yarn add tailwind-stroke-color

Usage

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.

Readme

Keywords

none

Package Sidebar

Install

npm i tailwind-stroke-color

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

1.85 kB

Total Files

3

Last publish

Collaborators

  • florian-lefebvre