You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A framework-agnostic documentation toolchain for plain CSS — TSDoc, for CSS. Parse a doc-comment
grammar plus the CSS AST into a serializable model, then emit whatever you like on top — the way the
@microsoft/tsdoc family and TypeDoc split a parser, a config loader, and a set of emitters/plugins.
Packages
Three tiers — a model, host-agnostic providers over it, and thin adapters — mirroring how TypeScript
and the CSS/HTML language services share one core.
A thin VS Code extension that runs the language server.
Develop
vp install # install dependencies
vp run -r build # build every package
vp check # format + lint + typecheck
vp run -r test# run every package's tests
vp run -r publint # check each package is publish-ready
License
MIT
About
A documentation toolchain for plain CSS — TSDoc, for CSS.