All Questions
2 questions
0
votes
0
answers
97
views
Unable to include css while running tests in CRA?
When I test a component containing a React Bootstrap Accordion component I cannot check whether or not the Accordion Cards are opened or closed. According to my tests they are always visible, even if ...
0
votes
0
answers
249
views
How to apply Bootstrap CSS in a create-react-app application with CSS modules [duplicate]
I would like to use Bootstrap in my create-react-app application. I would like all of my CSS to be scoped to their respective components (via CSS modules) but I would like to apply the Bootstrap CSS ...