_mixins.scss 594 B

123456789101112131415161718192021222324
  1. // /* Device = Most of the Smartphones Mobiles (Portrait) */
  2. // $screen-xxs-min: 320px;
  3. // $screen-xxs-max: 480px;
  4. // /* Device = Low Resolution Tablets, Mobiles (Landscape) */
  5. // $screen-xs-min: 481px;
  6. // $screen-xs-max: 767px;
  7. // /* Device = Tablets, Ipads (portrait) */
  8. // $screen-sm-min: 768px;
  9. // $screen-sm-max: 1024px;
  10. // /* Device = Laptops, Desktops */
  11. // $screen-md-min: 1025px;
  12. // $screen-md-max: 1280px;
  13. // /* Device = Desktops */
  14. // $screen-lg-min: 1281px;
  15. // $screen-lg-max: 1440px;
  16. // /* Higher Resolution Screens */
  17. // $screen-xlg-min: 1441px;
  18. // $screen-xlg-max: 2560px;