UNPKG

cssrecipes-custom-media-queries

Version:

Some custom media queries shortcuts

12 lines (8 loc) 353 B
@custom-media --r-maxS (max-width: 30em); @custom-media --r-minS (min-width: 30.01em); @custom-media --r-maxM (max-width: 50em); @custom-media --r-minM (min-width: 50.01em); @custom-media --r-maxL (max-width: 65em); @custom-media --r-minL (min-width: 65.01em); @custom-media --r-maxXL (max-width: 80em); @custom-media --r-minXL (min-width: 80.01em);