_mobile.scss 69 B

12345
  1. @mixin mobile{
  2. @media (max-width:576px){
  3. @content
  4. }
  5. }