astro-devtool-breakpoints
v0.3.0
Published
A Dev Toolbar App to display the size of the current viewport—as a tailwind class.
Maintainers
Readme
Astro DevTool Breakpoints

Astro DevTool Breakpoints is a dumb little Astro Dev Toolbar App that displays the size of the current viewport—as a tailwind class. I always find it helpful when working on a site to be able to quickly see which Tailwind breakpoint is currently active, maybe you do too?
Installation
To install Astro DevTool Breakpoints, run the following command with your preferred package manager:
npx astro add astro-devtool-breakpointsUsage
import { defineConfig } from "astro/config";
import astroDevToolBreakpoints from "astro-devtool-breakpoints";
export default defineConfig({
integrations: [astroDevToolBreakpoints],
});Configuration
You get what you get, and you don't get upset.
