We use styled-components for all of our custom CSS needs. For theming, responsiveness and style reusability we use styled-system and share the same theme between all of our different packages and apps.
For more in-depth information on how our styling props work, please refer to
styled-system’s api docs.
The full list of can be found here.
Some of the props might be custom made by us, like hoverBg
and hoverColor
.
More information on these you can find the customProperties.js
file.