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
/docs
folder
How to run the example in npm install
npm start
NOTE: You need to reload preview page manually when any file is changed