-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Feature Request: Importing Bootstrap CSS Locally
Description:
This feature request proposes modifying the project to import the Bootstrap CSS file directly from the node_modules directory. Currently, the project relies on a CDN link for Bootstrap, which might not be accessible in isolated environments without internet access.
Benefits:
- Enables deployment in environments with restricted internet access.
- Provides more control over the specific Bootstrap version used in the project.
Implementation:
Deleting the link to the CDN from public/index.html, adding import of bootstrap.min.css in src/index.tsx.
Related links:
https://react-bootstrap.netlify.app/docs/getting-started/introduction
Metadata
Metadata
Assignees
Labels
No labels