Open sant0s opened 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;
@use '@material/typography/mixins' as typography;
@use '@material/typography/index' as typography;
if one is preferred, please update the docs accordingly.
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.