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
Expected Behavior 🤔
It will be super useful to have per-breakpoint
alignprop. 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
TypographySomething like that:
Examples 🌈
Smth similar is already implemented in vuetify -> https://vuetifyjs.com/ru/framework/alignment