Importing css files from 3rd libraries, such as Import Bootstrap CSS and optionally Bootstrap theme CSS in the beginning of your `src/index.js` file: ``` import 'bootstrap/dist/css/bootstrap.css'; import 'bootstrap/dist/css/bootstrap-theme.css'; ```