style: upgrade Bootstrap from 4.3.1 to 4.4.1

This commit is contained in:
George Cushen 2020-01-23 22:15:31 +00:00
commit d9e553a96b
58 changed files with 449 additions and 285 deletions

View file

@ -1,5 +1,6 @@
#!/usr/bin/env bash
# Script to copy Bootstrap files into project after running `npm install` to download Bootstrap.
# Use: run from project root dir.
ASSETS_JS_DIR="assets/js/vendor/"
ASSETS_SCSS_DIR="assets/scss/vendor/"