ericvicenti / ericvicenti/intro-to-react
Bootswatch styles error
Open
- Dominant language
- JavaScript
- Stars
- 765
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
I had a problem with the import of the Bootswatch CSS file.
I resolved it with the next path:
`import "bootswatch/dist/journal/bootstrap.css";`
But it shows the **NavItem** component(_pills_) as follows:

The layout of the pills in the Bootswatch site is:
```
```
The layout of the **Nav**, **NavItem** components are:
```
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.