hperrin / svelte-material-ui

Svelte Material UI Components
https://sveltematerialui.com/
Apache License 2.0
3.32k stars 285 forks source link

make docs on how to use typography clearer #630

Open sant0s opened 1 year ago

sant0s commented 1 year ago

Is this for an existing documentation file?

https://github.com/hperrin/svelte-material-ui/blob/6ed73be2ffd9691182a3a0663d61f9d910c4a8e8/packages/site/src/routes/demo/typography/_Typography.scss#L20

What needs improvement? https://github.com/hperrin/svelte-material-ui/blob/6ed73be2ffd9691182a3a0663d61f9d910c4a8e8/packages/site/src/routes/demo/typography/_Typography.scss#L20 refers to @use '@material/typography/mixins' as typography; while https://sveltematerialui.com/TYPOGRAPHY.md refers to @use '@material/typography/index' as typography;

if one is preferred, please update the docs accordingly.