```css /* before */ @MEDIA (min-width : 30px) {} /* actual */ @media (min-width : 30px) {} /* expected */ @media (min-width: 30px) {} ```