Use & to reference selector of the parent rule. const styles = { container: { padding: 20, '&:hover': { background: 'blue' }, // Add a global .clear class ...
確定! 回上一頁