I am using react-js-pagination npm package, but styling doesn't work for me.
import Pagination from "react-js-pagination";
import "bootstrap/less/bootstrap.less";
bootstrap.less was already moved to scss. So I tried with bootstrap.scss, but it didn't work as well.
The styling is broken, how can I fix?