Components
Global styles required for using Thumbprint components.
A peer dependency of using Thumbprint React or SCSS components is the inclusion of the @thumbtack/thumbprint-global-css package.
The output of this package is a small CSS file and it should be the first file included in your project that uses Thumbprint components.
yarn add @thumbtack/thumbprint-global-css
@import '~@thumbtack/thumbprint-global-css/dist/thumbprint-global';
import '@thumbtack/thumbprint-global-css';
<body> styles: Color, font, and line-height defaults for the body element.<a> styles: Color and hover states default for the a element.