Aug 31, 2018 · 1 min read
Hi, Thanks for the article.
I’d like to ask a quick one hopefully.
It looks like your example would generate new CSS each time. For example if one column was using sm: 6 and then so was another column. Would this mean in Styled Components you’d have the same css generated with different class names? Or is Styled Components clever enough to know that they are using the same styling and output just one class and share that class between both components?
Thanks in advance.