UNPKG

587 BMarkdownView Raw
1# Global Styles
2Global styles necessary for a generic application.
3
4**Why?** — There are some standard CSS code we are likely to reuse in any
5web app, so here we provide it.
6
7The global stylesheets are include into your app when you add to your root
8ReactJS component the import
9```js
10import 'topcoder-react-utils/dist/style.css';
11```
12
13This stylesheet, beside bundled-in styles necessary for components provided by
14this package, contains:
15
16- [Eric Meyer's "Reset CSS" 2.0](https://meyerweb.com/eric/tools/css/reset/);
17- Enables `geometryPrecision` for the text rendering quality.
18