You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

media-multiple.scss 157B

12345678910
  1. @media print, screen {
  2. a {
  3. b: c;
  4. }
  5. }
  6. @media all and (max-width: 699px) and (min-width: 520px), (min-width: 1151px) {
  7. body {
  8. background: #ccc;
  9. }
  10. }