Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f09ea73

Browse files
committedOct 8, 2022
docs: update mdc-web version in docs
1 parent 3bd5526 commit f09ea73

File tree

47 files changed

+47
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+47
-47
lines changed
 

‎REPL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SMUI components provide "bare.css" files to use in the REPL. In a `<svelte:head>
1919
<!-- Material Typography -->
2020
<link
2121
rel="stylesheet"
22-
href="https://unpkg.com/@material/typography@13.0.0/dist/mdc.typography.css"
22+
href="https://unpkg.com/@material/typography@14.0.0/dist/mdc.typography.css"
2323
/>
2424
2525
<!-- SMUI -->

‎THEMING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Note: The smui-theme compiler will only include the Sass for the packages instal
5555

5656
### Theme Variables
5757

58-
You can check out the READMEs of the MDC-Web components to learn how to deeply style the components. The most important part (and probably the only one you want) is setting the [theme colors](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-theme#color-scheme). For the Material color palette, you can @use ["@material/theme/color-palette"](https://github.com/material-components/material-components-web/blob/v13.0.0/packages/mdc-theme/_color-palette.scss). You might also want to style the [border radius variables](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-shape#sass-variables).
58+
You can check out the READMEs of the MDC-Web components to learn how to deeply style the components. The most important part (and probably the only one you want) is setting the [theme colors](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-theme#color-scheme). For the Material color palette, you can @use ["@material/theme/color-palette"](https://github.com/material-components/material-components-web/blob/v14.0.0/packages/mdc-theme/_color-palette.scss). You might also want to style the [border radius variables](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-shape#sass-variables).
5959

6060
Here is an example `_smui-theme.scss` file you can use as a starting point.
6161

0 commit comments

Comments
 (0)
Please sign in to comment.