tailwind-debug

1.0.3 • Public • Published

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>

Package Sidebar

Install

npm i tailwind-debug

Weekly Downloads

57

Version

1.0.3

License

MIT

Unpacked Size

14.4 kB

Total Files

6

Last publish

Collaborators

  • ozzyczech