-
-
Notifications
You must be signed in to change notification settings - Fork 10
Modifiers #52
Copy link
Copy link
Open
Description
Would it make more sense for HTML Elements modifiers to lose the .attribute syntax?
What I mean is going from this
div {
p { "Hello" }
.attributes(.id("maybe-fancy"))
.attributes(.class("fancy"), when: isFancy)
}To this
div {
p { "Hello" }
.id("maybe-fancy")
.class("fancy", when: isFancy)
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels