_devices.sass 215 B

12345
  1. $xs: 'only screen and (max-width:767px)'
  2. $sm: 'only screen and (min-width: 768px) and (max-width: 991px)'
  3. $md: 'only screen and (min-width: 992px) and (max-width: 1199px)'
  4. $lg: 'only screen and (min-width: 1200px)'