question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Provide `bootstrap‑reboot` as a separate package (e.g. `@bootstrap/reboot`)

See original GitHub issue

Currently, 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:closed
  • Created 4 years ago
  • Comments:13 (10 by maintainers)

github_iconTop GitHub Comments

3reactions
julian-heckercommented, Sep 11, 2019

I think it would be nice to have separate packages for each of bootstrap’s dist files, including utilities, reboot, and grid, assuming they don’t already exist.

2reactions
mdocommented, Aug 28, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found