Skip to content

Files

18 lines (13 loc) · 587 Bytes

global-styles.md

File metadata and controls

18 lines (13 loc) · 587 Bytes

Global Styles

Global styles necessary for a generic application.

Why? — There are some standard CSS code we are likely to reuse in any web app, so here we provide it.

The global stylesheets are include into your app when you add to your root ReactJS component the import

import 'topcoder-react-utils/dist/style.css';

This stylesheet, beside bundled-in styles necessary for components provided by this package, contains: