3
1
Fork
You've already forked experimental-plugins
1

update UnoCSS Plugin #24

Merged
kwaa merged 3 commits from main into main 2023年07月18日 12:10:56 +02:00
kwaa commented 2023年07月18日 11:37:10 +02:00 (Migrated from github.com)
Copy link
No description provided.
kwaa commented 2023年07月18日 11:39:52 +02:00 (Migrated from github.com)
Copy link

@oscarotero Looks like the Contributors team lacks write access to this repository and can't commit directly or merge PR.

@oscarotero Looks like the Contributors team lacks write access to this repository and can't commit directly or merge PR.

@kwaa Ok, you should be able now.

@kwaa Ok, you should be able now.
@ -84,3 +83,4 @@
page.src.slug,
await uno.generate(
page.document?.documentElement?.innerHTML ?? "",
).then((res) => res.matched),

page.src.slug is not unique per page. For example /foo.md and docs/foo.md have the same slug.
I think this map is unnecessary because there wont be duplicated pages here. I think you can add directly the content in the classes Set instance

`page.src.slug` is not unique per page. For example `/foo.md` and `docs/foo.md` have the same slug. I think this map is unnecessary because there wont be duplicated pages here. I think you can add directly the content in the `classes` Set instance
kwaa (Migrated from github.com) reviewed 2023年07月18日 12:16:19 +02:00
@ -84,3 +83,4 @@
page.src.slug,
await uno.generate(
page.document?.documentElement?.innerHTML ?? "",
).then((res) => res.matched),
kwaa (Migrated from github.com) commented 2023年07月18日 12:16:18 +02:00
Copy link

Okay, fixing now.

Okay, fixing now.
kwaa (Migrated from github.com) reviewed 2023年07月18日 12:23:28 +02:00
@ -84,3 +83,4 @@
page.src.slug,
await uno.generate(
page.document?.documentElement?.innerHTML ?? "",
).then((res) => res.matched),
kwaa (Migrated from github.com) commented 2023年07月18日 12:23:27 +02:00
Copy link
https://github.com/lumeland/experimental-plugins/commit/e13f83dd7096180b6dfc9ddf33e5fce73aea5f64
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lume/experimental-plugins!24
Reference in a new issue
lume/experimental-plugins
No description provided.
Delete branch "main"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?