1.1.4 • Published 11 months ago

tailwind-breakpoints v1.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

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>

1.1.4

11 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago