legacy-paperclip icon indicating copy to clipboard operation
legacy-paperclip copied to clipboard

Show computed CSS info for elements

Open crcn opened this issue 4 years ago • 1 comments

This is particularly important to make sure that UI is aligned with Figma. This would just be a simple panel (like chrome inspector) that shows computed CSS properties of a selected element.

crcn avatar Jan 27 '21 00:01 crcn

This is actually a really good starting point for UI tooling since we should be able to edit properties directly within the computed CSS info. In addition to that, we can also include special UI controls depending on the CSS property such as color pickers, draggers (for PX measurements), etc.

After the computed style view, I think the next logical step would be to start working on canvas controls such as box model draggers, grid controls, etc.

crcn avatar Feb 10 '21 02:02 crcn