You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Maxime,
I am trying to use bootstrap (using this tutorial https://reactstrap.github.io/) on the top of this project but got error with css file.
I imported bootstrap.css in App.js
import 'bootstrap/dist/css/bootstrap.css';
and included css-loader and style-loader in webpack config file
But the program still cannot understand the css file.
Do you know where I did wrong?
Thanks in advance.
The complete code is here: https://github.com/MMMayC/my_portfolio_universal_js
The text was updated successfully, but these errors were encountered:
Hi Maxime,



I am trying to use bootstrap (using this tutorial https://reactstrap.github.io/) on the top of this project but got error with css file.
I imported bootstrap.css in App.js
import 'bootstrap/dist/css/bootstrap.css';
and included css-loader and style-loader in webpack config file
But the program still cannot understand the css file.
Do you know where I did wrong?
Thanks in advance.
The complete code is here: https://github.com/MMMayC/my_portfolio_universal_js
The text was updated successfully, but these errors were encountered: