namespacing-media.css 75 B

123456
  1. @media not all and (min-width: 480px) {
  2. .selector {
  3. prop: val;
  4. }
  5. }