Skip to content

Commit

Permalink
add styling related items on details page
Browse files Browse the repository at this point in the history
  • Loading branch information
jamband committed Oct 15, 2023
1 parent 9a2b67b commit a268528
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/groups/details/component.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ const title = "<details>";
with astro's next-gen island architecture.
</p>
</details>
<details class={styles.tools}>
<summary class={styles.toolsSummary}>styling</summary>
<p class={styles.toolsMain}>
<span class={styles.toolsTool}>css modules</span> » a css module is a
css file in which all class names and animation names are scoped
locally by default.
</p>
</details>
<details class={styles.tools}>
<summary class={styles.toolsSummary}>color palette</summary>
<p class={styles.toolsMain}>
Expand Down

0 comments on commit a268528

Please sign in to comment.