Added style for clickable nodes

Hugo Bernier 2022-03-26 23:43:12 -04:00
parent 32b004d079
commit b2023f45f6
1 changed files with 3 additions and 1 deletions

@ -22,7 +22,9 @@ graph TD
click J "https://github.com/pnp/sp-dev-fx-webparts/wiki/Troubleshooting-issues-with-samples#diagnose-web-part-execution-issues"
click K "https://github.com/pnp/sp-dev-fx-webparts/wiki/Troubleshooting-issues-with-samples#diagnose-gulp-serve-issues"
style D fill:#f9f,stroke:#333,stroke-width:4px
style H fill:#bbf,stroke:#f66,stroke-width:2px,color:#fff,stroke-dasharray: 5 5
style H fill:#f9f,stroke:#333,stroke-width:4px
style K fill:#f9f,stroke:#333,stroke-width:4px
style J fill:#f9f,stroke:#333,stroke-width:4px
```
## Diagnose `npm install` issues