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