Basic syntax. const styles = { button: { color: 'red', 'font-size': '12px' } }. Compiles to: .button-0 { color: red; font-size: 12px; } ...
確定! 回上一頁