So I'm unable to grok these. It's a bit too complicated for something trivial I'm trying to do.
Let's say I have a grid and I want to set 1 grid col to the following:
width={{ sm: 200, lg: 300 }}
How do I do this? Bear in mind. It's a one time thing and only for this component. I may have multiple other components in future that I will want to do the same modification.
Also I much prefer using the xs, sm, md, lg nomenclature, as it's really easy for me to understand.
Thanks