runem / web-component-analyzer

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

Question: Why cssProperties instead of cssCustomProperties? #160

Open runarberg opened 4 years ago

runarberg commented 4 years ago

webcomponents/custom-elements-json#8 has cssCustomProperties and cssShadowParts while here we call them cssProperties and cssParts respectively. Is there a reason for this discrepancy? Is there a plan to fix this, either here or with the team managing the webcomponents/custom-elements-json?