-
-
Notifications
You must be signed in to change notification settings - Fork 75
Documentation #1201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thank you for calling this out. I've been looking at This tool also seems to be able to generate docs, so that might be something we can add relatively easy. Can you share what you are working on? |
We have an internal tool at Google that essentially polyfills certain CSS variables so that they're resolved just before the CSS is served instead of being shipped to the browser. This involves some moderately advanced CSS value transformations, as you might imagine. We've been using |
|
Hi @nex3, We now have a system to generate and expose docs with Going to close this because we now (technically) have documentation. I am sure there will be follow up questions, but I don't want to keep writing more docs in a vacuum :) |
What would you want to propose?
@csstools/css-tokenizer and @csstools/css-parser-algorithms fill a very useful need as standards-compliant and actively-maintained value-level CSS parsers. However, the lack of documentation stands as a major barrier to actually using this library. Beyond the README, there's no textual documentation at all either in the repo, on a website, or in the source code.
Suggested solution
Write function- and type-level documentation and, ideally, render it with a tool like TypeDoc and publish it online.
Additional context
No response
Validations
Would you like to open a PR for this feature?
The text was updated successfully, but these errors were encountered: