Skip to content

OzzyCzech/tailwind-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Tailwind debug plugin adds a red dashed outline for the selected element

Resources

License

Stars

Watchers

Forks

Packages

No packages published