Skip to content

Astro Debug CSS is an Astro Dev Toolbar App that enables your local Astro server to display outlines for debugging your CSS

License

Notifications You must be signed in to change notification settings

jllahi/astro-debugcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astro DebugCSS

Astro Debug CSS is an Astro Dev Toolbar App that enables your local Astro server to display outlines for debugging your CSS, no additional configuration is required.

Installation

To install Astro Debug CSS, run the following command with your preferred package manager:

pnpm install github:jllahi/astro-debugcss

Usage

import { defineConfig } from 'astro/config'
import debugcss from 'astro-debugcss'

export default defineConfig({
	integrations: [debugcss()],
})

About

Astro Debug CSS is an Astro Dev Toolbar App that enables your local Astro server to display outlines for debugging your CSS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published