All Questions
4 questions
0
votes
1
answer
407
views
How to Change Parcel Bundler's Compiled CSS Links' Order in the Compiled HTML
I'm trying to customize Bootstrap's SASS variables so I need to link Bootstrap's CDN in my uncompiled HTML but every time I use Parcel to bundle everything, the resulting compiled HTML has the link ...
0
votes
0
answers
255
views
Custom Bootstrap Variable Doesn't Apply but Appears as Compiled CSS on dist Folder
I'm using npm, Parcel Bundler, Bootstrap 5, React, and React-Bootstrap.
Everything compiles well on my dist folder even the bootstrap scss variable that I customized but when I start serving the app ...
-1
votes
1
answer
273
views
Not able to install bootstrap in react app
I am new to React JS, i have started an online course for react. I followed the steps from the tutorials and encountered this error. Also i checked some solutions on this platform of question posted ...
1
vote
1
answer
719
views
Any component doesn't render after importing react-bootstrap library
After npm init and installation of react, react-dom, bootstrap and react-bootstrap packages, I can't import any component from react-bootstrap library, as import Button from 'react-bootstrap/Button'; ...