mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
docs: build carbon themes using sass
This commit is contained in:
parent
9aa01ce5fb
commit
e2c8ea6d76
10 changed files with 808 additions and 28 deletions
|
@ -29,6 +29,10 @@
|
|||
</script>
|
||||
|
||||
<style>
|
||||
:global(#sapper) {
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
:global(.bx--content) {
|
||||
padding: 0;
|
||||
}
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
<script>
|
||||
import components from "./components/_components";
|
||||
import { Link } from "carbon-components-svelte";
|
||||
import Theme from "../components/Theme.svelte";
|
||||
</script>
|
||||
|
||||
<h1>Welcome</h1>
|
||||
|
||||
{#each components as component}
|
||||
<Link href="examples/{component.title}">{component.title}</Link>
|
||||
{/each}
|
||||
<Theme />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue