Skip to content

Commit 0ed90a8

Browse files
committed
README
1 parent ed57ab4 commit 0ed90a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ The UMD build is also available on [npmcdn](https://npmcdn.com):
102102
### c.Import CSS
103103
Finally, you need to import the css file to your app:
104104
```html
105+
<!-- we still need bootstrap css -->
106+
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
105107
<link rel="stylesheet" href="./dist/react-bootstrap-table.min.css">
106108
```
107109
The CSS files you can find in the css folder.

0 commit comments

Comments
 (0)