-
Notifications
You must be signed in to change notification settings - Fork 558
Open
Description
i want to write more simply.
ex. *{class:fuga} -> y
a{class:hoge}
b{class:fuga}
c{class:hoge}
*{&class:hoge; style.fill: honeydew;}
#------------------------------------
# *{class:fuga} -> y
#------------------------------------
*->y
(* -> y)[*]{
&src.class: fuga
style.stroke-width: 5;
}
(* -> y)[*]{
!&src.class: fuga
style.stroke: transparent;
}
#------------------------------------
# *{class:hoge} -> z
#------------------------------------
*->z
(* -> z)[*]{
&src.class: hoge
style.stroke-dash: 2;
}
(* -> z)[*]{
!&src.class: hoge
style.stroke: transparent;
}
alixander
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status