Media queries Use @media queries @keyframes and other CSS at-rules: const template = { color: 'red', '@media (max-width: 1200px)': { color: 'tomato', }, };