0.1.3 • Published 1 year ago

tailwind-breakpoint-indicator-plugin v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Tailwind breakpoint indicator plugin

This Tailwind plugin displays a small screen size indicator: Screenshot with the plugin in use

Installation

npm install tailwind-breakpoint-indicator-plugin

Quick Start

Just add the following to your tailwind.config.js:

module.exports = {
  // ...
  plugins: [
    // ...
    require("tailwind-breakpoint-indicator-plugin"),
  ],
};

Credits

This plugin was inspired by a Gist from Lelectrolux

0.1.2

1 year ago

0.1.1

1 year ago

0.1.3

1 year ago

0.1.0

1 year ago