CSS styles builder
const style = css({ 'background-color': 'red', 'font-size': '16px' });// style is "background-color:red;font-size:16px;" Copy
const style = css({ 'background-color': 'red', 'font-size': '16px' });// style is "background-color:red;font-size:16px;"
CSS styles builder