bootstrap-reboot

bootstrap-reboot JS library on GitHub bootstrap-reboot JS library on npm Download bootstrap-reboot JS library

Bootstrap reboot

Version 4.5.6 License ISC Vulnerabilities 0
bootstrap-reboot has no homepage
bootstrap-reboot JS library on GitHub
bootstrap-reboot JS library on npm
Download bootstrap-reboot JS library
No default CSS file set by the package author so the URL is guessed. You can always browse all package files to use another one.

About

It is a copy of https://github.com/twbs/bootstrap/blob/master/scss/_reboot.scss

Install

npm i bootstrap-reboot

Usage

// Override some default values in src/_variables.scss
$body-bg: #f5f5f5;
$link-color: #f00;

// Import bootstrap-reboot
@import '~bootstrap-reboot';

Version

bootstrap-reboot uses the same version as which version of bootstrap it comes from


How to run the example in /docs folder

npm install
npm start

vist http://localhost:8080

NOTE: You need to reload preview page manually when any file is changed