docs: Improve header + sidebar

docs: Create workflows
lib: Start pagination
This commit is contained in:
venashial
2022-03-12 01:34:09 -08:00
parent de536d7305
commit b69ff6ca8a
28 changed files with 445 additions and 108 deletions

View File

@@ -1,8 +1,6 @@
<svelte:head>
<title>CSS - Kleos</title>
</svelte:head>
# CSS Configuration
---
title: CSS Configuration
---
Use [PostCSS](https://postcss.org/) to process your css in components and `.postcss` files.

View File

@@ -1,13 +1,11 @@
---
title: Icons
---
<script>
import IconHeart from 'virtual:icons/heroicons-outline/heart'
</script>
<svelte:head>
<title>Icons - Kleos</title>
</svelte:head>
# Icons
Use [unplugin-icons](https://github.com/antfu/unplugin-icons) to import icons as Svelte components.
## Installation