docs: add typedoc links and fix edge docs

This commit is contained in:
bcakmakoglu
2022-06-19 21:51:25 +02:00
parent 1dcfb2dfce
commit 9a72a5a0c1
11 changed files with 96 additions and 83 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ const nodes = ref<Node[]>([
])
```
### Using CSS variables
### [Using CSS variables](typedocs/types/CSSVars.html/)
Some theme stylings can be overwritten by using css variables.
These variables can either be applied globally or you can define them on an element basis.