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,18 +0,0 @@
@mixin reset-text() {
font-family: $font-family-base;
// We deliberately do NOT reset font-size.
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: $line-height-base;
text-align: left; // Fallback for where `start` is not supported
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
}