bootstrap-reboot
v4.5.6
Published
Bootstrap reboot
Downloads
5,311
Readme
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