0.3.0 • Published 3 months ago

astro-devtool-breakpoints v0.3.0

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

Astro DevTool Breakpoints

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-breakpoints

Usage

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.

0.3.0

3 months ago

0.2.0

3 months ago

0.1.1

3 months ago

0.1.0

3 months ago