Well bro, that basically means design with the Mobile First Approach in mind, that means basically know your media query rules in CSS. For example; @media screen only (min-width: 768px) {/ ... /} erhmm, other values are orientations, dpis, mx-width, etc. That is basically it man!