Skip to content

Commit 9f78e25

Browse files
committed
Simplify docs css
1 parent d6c5616 commit 9f78e25

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

docs/.vitepress/theme/custom.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
--vp-c-brand-2: var(--vp-c-red-2);
44
--vp-c-brand-3: var(--vp-c-red-3);
55
}
6-
h3::before {
7-
content: "🔸";
8-
}
96
fieldset {
107
padding: 0 20px 10px;
118
border-radius: 8px;

docs/intro/get-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ Then this element can be used anywhere in HTML
3030

3131
A Van Element leverages native custom elements to automatically hydrate HTML with VanJS reactivity. It retains all the [benefits from VanJS](https://vanjs.org/#why-vanjs) with a few extra ones:
3232

33-
### Reusability
33+
- ### Reusability
3434

3535
Once defined, Van Elements can be added, removed and reused anywhere in your HTML with a simple custom tag.
3636

37-
### Portability
37+
- ### Portability
3838

3939
Van Elements are standard Web Components that can work with any framework or templating language. You can use them in backend templating or inside frontend libraries like React, Vue or Svelte.
4040

41-
### Isolation
41+
- ### Isolation
4242

4343
Thanks to the Shadow DOM, Van Elements benefit from style encapsulation and won't conflict with existing styles or other Web Components.
4444

45-
### Control
45+
- ### Control
4646

4747
Van Elements can access the [custom element lifecycle](../learn/lifecycle) and manipulate Shadow DOM utilities like [slots](../learn/slots) to make it easier to build interactive components.
4848

0 commit comments

Comments
 (0)