astro-show-tailwindcss-breakpoint
Version:
Show the current Tailwind CSS breakpoint in the Astro dev toolbar!
8 lines (6 loc) • 312 B
text/typescript
import type { DevToolbarApp } from "astro";
/** The dev toolbar app currently does nothing except for showing an icon. */
export default {
// Guide: https://docs.astro.build/en/recipes/making-toolbar-apps/
// API Reference: https://docs.astro.build/en/reference/dev-toolbar-app-reference/
} as DevToolbarApp;