UNPKG

378 BJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/esm/extends";
2export default function createMixins(breakpoints, mixins) {
3 return _extends({
4 toolbar: {
5 minHeight: 56,
6 [breakpoints.up('xs')]: {
7 '@media (orientation: landscape)': {
8 minHeight: 48
9 }
10 },
11 [breakpoints.up('sm')]: {
12 minHeight: 64
13 }
14 }
15 }, mixins);
16}
\No newline at end of file