seocahill/ember-fastboot-pwa

View on GitHub
app/breakpoints.js

Summary

Maintainability
A
0 mins
Test Coverage
export default {
  mobile:  '(max-width: 600px)',
  tablet:  '(min-width: 601px) and (max-width: 992px)',
  desktop: '(min-width: 993px)'
};