tailwind-breakpoints
v1.1.4
Published
TailwindCSS Breakpoint Debugger
Downloads
2
Readme
tailwind-breakpoitns
Tailwind breakpoints is a simple plugin to view the current breakpoint in your browser.
Installation
yarn add tailwind-breakpoints
Usage
In your tailwind.config.js file add the plugin:
plugins: [require('tailwind-breakpoints')],
And the breakpoints customizations:
breakpoints: { position: ['bottom', 'right'], },
Add this to your root div:
<div className="debug-screens"></div>