@accuser/breakpoint

A simple breakpoint utility for SvelteKit and TailwindCSS


Keywords
svelte, sveltekit, tailwindcss
License
MIT
Install
npm install @accuser/breakpoint@0.3.0

Documentation

svelte-tailwindcss-breakpoint

A simple breakpoint helper for SvelteKit and TailwindCSS web apps.

Install the package

npm i --save-dev @accuser/breakpoint

Example

Add Breakpoint to the root layout to display the breakpoint helper in development mode.

<script>
	import { Breakpoint } from '@accuser/breakpoint';
</script>

<Breakpoint />

<slot />