Update bootstrap from 3.4.1 to 4.3.1

This commit is contained in:
2019-11-26 10:55:00 -05:00
parent de1a8bc2b3
commit f4a5518c30
134 changed files with 48016 additions and 21473 deletions
@@ -1,10 +0,0 @@
// Sizing shortcuts
@mixin size($width, $height) {
width: $width;
height: $height;
}
@mixin square($size) {
@include size($size, $size);
}