We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b03dc5 commit fb8f954Copy full SHA for fb8f954
src/skill_tree.md
@@ -1,29 +1,5 @@
1
# Skill tree for const eval features
2
3
-<style>
4
- /* the lines within the edges */
5
- .edge:active path,
6
- .edge:hover path {
7
- stroke: fuchsia;
8
- stroke-width: 3;
9
- stroke-opacity: 1;
10
- }
11
- /* arrows are typically drawn with a polygon */
12
- .edge:active polygon,
13
- .edge:hover polygon {
14
15
16
- fill: fuchsia;
17
18
- fill-opacity: 1;
19
20
- /* If you happen to have text and want to color that as well... */
21
- .edge:active text,
22
- .edge:hover text {
23
24
25
-</style>
26
-
27
```skill-tree
28
[[group]]
29
name = "mut_ref"
0 commit comments