I have been utilizing CSS grid to generate a flexible table with varying columns and rows that are determined by props from a parent component in React.
Is there a way to update a CSS variable within a styled component (emotion) with the data received from React props?