Defining custom css for a class got me confused.
The React-Bootstrap documentation says, you can define a custom non-bootstrap style by using bsClass.
But, here are my doubts:-
- Do we need to include the custom stylesheet link in the entry html page?
- If no, then how is node environment, able to recognise where are the css files located?