DEV Community

Discussion on: 🦄 How to scope your CSS/SCSS in React JS ⚡️

Collapse
 
jamesbaker1 profile image
James Baker

If I'm importing style sheets from something like React bootstrap

"
import 'react-bootstrap-table-next/dist/react-bootstrap-table2.min.css';
import 'bootstrap/dist/css/bootstrap.min.css';
"

How would I scope those?