1.0.1 • Published 2 years ago

@marcorieser/tailwindcss-breakpoints-hint v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Tailwind CSS Breakpoints Hint

A Tailwind CSS plugin that shows the active responsive breakpoint.

Install

Requires Tailwind v3.0 or higher.

  1. Install the plugin:
npm install @marcorieser/tailwindcss-breakpoints-hint --save-dev
  1. Add it to your tailwind.config.js file:
module.exports = {
  //...
  plugins: [
    require('@marcorieser/tailwindcss-breakpoints-hint'),
  ]
}

Usage

Build your project. The hint is only visible during development.