1.0.1 • Published 4 months ago

@anishshobithps/tailwind-breakpoints v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

tailwind-breakpoints

The Plugin will show breakpoints during development on the fly.

Installation

NPM:

npm i @anishshobithps/tailwind-breakpoints

Yarn:

yarn add @anishshobithps/tailwind-breakpoints

Usage

/** @type {import('tailwindcss').Config} */

module.exports = {
  // ...other configs
  plugins: [require("@anishshobithps/tailwind-breakpoints")]
}

Demo

https://github.com/anishshobithps/tailwind-breakpoints/assets/38991749/e7b1b01f-91de-4f82-86b8-d5c9b8009bf2

1.0.1

4 months ago

1.0.0

5 months ago

0.0.1

5 months ago