Closed
Description
- This is not a v0.x issue.
- I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior 🤔
It will be super useful to have per-breakpoint align
prop. E.g. alignSm
, alignLg
-- them will add an ability to make responsive designs with no tears 😢
Current Behavior 😯
It is required to manually change text align for Typography
Something like that:
alignCenterSm: {
[theme.breakpoints.down('sm')]: {
align: 'center'
}
}
Examples 🌈
Smth similar is already implemented in vuetify -> https://vuetifyjs.com/ru/framework/alignment