1.0.3 • Published 16 days ago

tailwind-debug v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
16 days ago

NPM Downloads NPM Version NPM License npm bundle size Last Commit

Tailwind debug plugin

The Tailwind debug plugin is a helpful utility for web developers. This plugin allows users to quickly and easily add a red dashed outline over any HTML element.

What's about?

Installation

yarn add tailwind-debug

or

npm i tailwind-debug

Usage

Add the plugin to your tailwind.config.js file:

// tailwind.config.js
module.exports = {
  plugins: [
    require('tailwind-debug'),
  ],
}

then add the following class to your HTML element:

<div class="debug"></div>
1.0.3

16 days ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago