feat(lib): move to std directory, versioned path, documentation - #2122
Conversation
|
Ah hmm. I think the imports are failing because we aren't replacing them in the lib content itself. Will try to think of a fix. |
To clarify for myself - the imports of userstyles.catppuccin.com in the lib shim aren't being replaced because we are only patching URLs in the main userstyle content itself. The better approach would be to intercept fetch requests to that host and return responses to the local file system, but I'm having trouble implementing that in Deno. |
|
This is looking good to me with a new documentation structure and updated for v1, v1 moved from lib/lib.less to lib/std/v1.less, and the linting has been fixed to match the local repository instead of the remote website in #2292. |
WalkQuackBack
left a comment
There was a problem hiding this comment.
Made some minor edits and moved some links around, but overall looks good! Thanks for the work documenting all of this ;)
Co-authored-by: WalkQuackBack <quacksareback@duck.com>
Co-authored-by: WalkQuackBack <quacksareback@duck.com>
Co-authored-by: WalkQuackBack <quacksareback@duck.com>
|
Good to go? |
|
Did one more review, looks good! @uncenter you may approve |
|
CI passed, LGTM |
Implement versioning into the Standard Library.
Checklist before merging: