https://github.com/stephtr/tailwind-breakpoint-indicator-plugin
https://github.com/stephtr/tailwind-breakpoint-indicator-plugin
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stephtr/tailwind-breakpoint-indicator-plugin
- Owner: stephtr
- Created: 2024-04-15T20:45:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T20:52:09.000Z (about 2 years ago)
- Last Synced: 2024-05-16T05:09:16.716Z (about 2 years ago)
- Language: JavaScript
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tailwind breakpoint indicator plugin
This Tailwind plugin displays a small screen size indicator:

## Installation
```bash
npm install tailwind-breakpoint-indicator-plugin
```
## Quick Start
Just add the following to your `tailwind.config.js`:
```js
module.exports = {
// ...
plugins: [
// ...
require("tailwind-breakpoint-indicator-plugin"),
],
};
```
## Credits
This plugin was inspired by a [Gist from Lelectrolux](https://gist.github.com/Lelectrolux/8f9a78491a5c9617078a73c091e01415)