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,12 +0,0 @@
// Typography
// [converter] $parent hack
@mixin text-emphasis-variant($parent, $color) {
#{$parent} {
color: $color;
}
a#{$parent}:hover,
a#{$parent}:focus {
color: darken($color, 10%);
}
}