docs: update README, links (#1509)

* docs: add note on using `optimizeImports` with `svelte-preprocess` (Closes #1500)

* docs: point link to SASS guide to v10 (#1489)

* docs: remove note on minimum Svelte version as it's been almost half a year since 3.48 was released
This commit is contained in:
metonym 2022-10-03 20:32:48 -07:00 committed by GitHub
commit 59c02c9a92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 12 deletions

View file

@ -12,7 +12,6 @@
OutboundLink,
RadioButtonGroup,
RadioButton,
InlineNotification,
} from "carbon-components-svelte";
import TileCard from "../components/TileCard.svelte";
import { theme } from "../store";
@ -92,13 +91,6 @@
<Row style="margin-bottom: var(--cds-layout-02)">
<Column max="{10}" xlg="{10}">
<h2 style="margin-top: var(--cds-layout-02)">Installation</h2>
<InlineNotification
style="max-width: calc(48rem - 1rem);"
kind="info"
subtitle="A minimum Svelte version of 3.48.0 is required to use this library."
lowContrast
hideCloseButton
/>
</Column>
</Row>
<Row style="margin-bottom: var(--cds-layout-02)">
@ -208,7 +200,7 @@
<OutboundLink
inline
size="lg"
href="https://github.com/carbon-design-system/carbon/blob/main/docs/guides/sass.md"
href="https://github.com/carbon-design-system/carbon/blob/v10/docs/guides/sass.md"
>
official Carbon guide on SASS
</OutboundLink>