```scss @media screen and (min-width: $breakpoint) { } .class { @media screen and (min-width: $breakpoint) { } } ``` `screen`, `min-width`, and `$breakpoint` aren't highlighted, they are just part of `sassMediaQuery`: <img width="567" alt="Screen Shot 2021-10-20 at 10 38 05 AM" src="https://user-images.githubusercontent.com/643417/138115354-406fdebb-2309-4038-a7e3-31d9e2e6f3e6.png">