Is it possible in Material to have both global and also breakpoints CSS values at the same time?
For example :
sx={{margin:{sx:'1rem'}}
is considered margin only when the breakpoint reaches 1rem but for other breakpoints use the default value. I want to change both defaults to something and also the specific breakpoint style to something else int the same time. Obviously, you can write all the breakpoints above but it is too much code. Is there any way to aim for what I said?