Provide `bootstrap‑reboot` as a separate package (e.g. `@bootstrap/reboot`)
See original GitHub issueCurrently, projects that only use bootstrap‑reboot still get security warnings about security issues present in the Bootstrap JavaScript code, it’s also a whole bunch of code that has to be downloaded into node_modules that is completely unused and doesn’t make it to the final bundle.
Using just @bootstrap/reboot would also greatly simplify the postcss‑import configuration and ensure that it doesn’t break by bootstrap changing where bootstrap-reboot.min.css is located.
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (10 by maintainers)
Top Results From Across the Web
Reboot - Bootstrap
Reboot, a collection of element-specific CSS changes in a single file, kickstart Bootstrap to provide an elegant, consistent, and simple baseline to build...
Read more >bootstrap/_reboot.scss at main · twbs/bootstrap - GitHub
// So we reset that to ensure fieldsets behave more like a standard block element. // See https://github.com/twbs/bootstrap/issues/12359. // ...
Read more >bootstrap-reboot - npm
Bootstrap reboot. Latest version: 4.5.6, last published: 2 years ago. Start using bootstrap-reboot in your project by running `npm i ...
Read more >Reboot, Resets, and Reasoning - CSS-Tricks
In 2007 Jeff Starr rounded up a bunch of different CSS resets. The oldest one dated is Tantek ... I love the Bootstrap...
Read more >How to install bootstrap in React.js ? - GeeksforGeeks
Create React App · Open terminal and change directory to the path of your current project · Run npm (node package manager) install...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I think it would be nice to have separate packages for each of bootstrap’s
distfiles, including utilities, reboot, and grid, assuming they don’t already exist.I’ve long wanted Reboot to be it’s own thing, but never got around to exploring how best to do it. Given where it’s at for v5, I could see us doing something to help share it better, even if the releases are done manually for it.