lnked/react-starter

View on GitHub
src/assets/styles/_media.scss

Summary

Maintainability
Test Coverage
@custom-media --phone-medium (width >= 375px);
@custom-media --phone-big (width >= 480px);
@custom-media --tablet (width > 640px);
@custom-media --tablet-middle (width >= 768px);
@custom-media --tablet-big (width >= 860px);
@custom-media --desktop (width >= 980px);
@custom-media --desktop-less (width > 980px) and (width < 1160px);
@custom-media --desktop-more (width >= 1160px);
@custom-media --desktop-middle (width >= 1280px);
@custom-media --desktop-large (width >= 1400px);
@custom-media --portrait (orientation: portrait);