birdgg / xLog-custom-css-debugger

A convenient web extension for debugging custom CSS in xLog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xLog custom css debugger

MIT License GitHub package.json version Chrome Firefox Microsoft Edge

A convenient web extension for debugging custom CSS in xLog.

screenshot

Features

  • Debug your xlog custom css in real time
  • Enjoy a pleasant code editing experience with the Monaco Editor
  • Explore other fantastic CSS styles on the fly

How to use

on your page, right click and select Toggle xLog css debugger to open editor

enjoy your debugging

Develop

$ pnpm i

// chrome
$ pnpm dev

// firefox
$ pnpm dev-firefox
$ pnpm start:firefox

TODO

  • modify style
  • setup ci

Contribute

fork from dev branch, and submit your pr to dev

About

A convenient web extension for debugging custom CSS in xLog

License:MIT License


Languages

Language:TypeScript 68.4%Language:Vue 23.1%Language:HTML 7.3%Language:CSS 1.1%