No description provided.
update UnoCSS Plugin #24
@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.
oscarotero
commented 2023年07月18日 12:09:17 +02:00
@kwaa Ok, you should be able now.
@kwaa Ok, you should be able now.
oscarotero
reviewed 2023年07月18日 12:12:06 +02:00
@ -84,3 +83,4 @@
page.src.slug,
await uno.generate(
page.document?.documentElement?.innerHTML ?? "",
).then((res) => res.matched),
oscarotero
commented 2023年07月18日 12:12:01 +02:00
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
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
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
Loading...
Add table
Add a link
Reference in a new issue
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?