hperrin / svelte-material-ui

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

make docs on how to use typography clearer #630

Open sant0s opened 8 months ago

sant0s commented 8 months 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.