Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.69 KB

README.md

File metadata and controls

55 lines (39 loc) · 1.69 KB

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