runem / web-component-analyzer

CLI that analyzes web components and emits documentation
https://runem.github.io/web-component-analyzer
MIT License
502 stars 63 forks source link

Adds parsing of type in js doc css property declaration. #122

Closed aarondrabeck closed 4 years ago

aarondrabeck commented 4 years ago

ex. @cssprop {Color} --my-element-color - Controls the color of this element

ex. { "name": "--my-element-color", "description": "Controls the color of this element", "type": "Color" }

runem commented 4 years ago

Thank you so much for your contribution, I'll go ahead and merge it :-)