add the below to the generated scss files. ``` @media (max-width: $tablet-breakpoint) { } @media (max-width: $mobile-breakpoint) { } ```