Summary 💡
A css prop had been added in Styled-components v4: https://www.styled-components.com/docs/api#css-prop. It is a very handy way to stylize a component, and personnaly I use it a lot.
However, it doesn't work on the Box component because Box has already a css property. I think it would be preferable not to have one to make it possible to use Styled-components one.
Summary 💡
A
cssprop had been added in Styled-components v4: https://www.styled-components.com/docs/api#css-prop. It is a very handy way to stylize a component, and personnaly I use it a lot.However, it doesn't work on the
Boxcomponent becauseBoxhas already acssproperty. I think it would be preferable not to have one to make it possible to use Styled-components one.