blob: d3be5593cdd845eaa0f93840ea54ca9e6f82f7f8 (
plain)
1
2
3
4
5
|
@custom-media --breakpoint-not-small screen and (min-width: 40em);
@custom-media --breakpoint-medium screen and (min-width: 40em) and (max-width: 60em);
@custom-media --breakpoint-large screen and (min-width: 60em);
|