@marcorieser/tailwindcss-breakpoints-hint
v1.0.1
Published
A Tailwind CSS plugin that shows the active breakpoint.
Downloads
2
Readme
Tailwind CSS Breakpoints Hint
A Tailwind CSS plugin that shows the active responsive breakpoint.
Install
Requires Tailwind v3.0 or higher.
- Install the plugin:
npm install @marcorieser/tailwindcss-breakpoints-hint --save-dev
- 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.