phun-ky / speccer

SPECCER was originally created to simplify documenting components in a design system, but it can be used to annotate or highlight any HTML element on a webpage. If you need to draw attention to elements, SPECCER is your tool!
https://phun-ky.net/projects/speccer/
MIT License
14 stars 1 forks source link

Fix: Append speccer elements to body, instead of next to specced element #15

Closed phun-ky closed 2 years ago

phun-ky commented 3 years ago

This will leave the "clutter" out of the component "context" and will not hinder CSS selectors like: button + button.

Caveats:

phun-ky commented 2 years ago

Fixed with https://github.com/phun-ky/speccer/commit/ab90bae5794235ffd13d250500caca98b0a818b5

phun-ky commented 2 years ago

Still need to fix issue with counters