Customize bootstrap with SASS

Update jquery validate for IE
Simplify scripting
Update home page logo
This commit is contained in:
2016-12-13 09:40:40 -05:00
parent 0f9a66074d
commit cf21f17bc1
112 changed files with 15161 additions and 8034 deletions
@@ -0,0 +1,18 @@
@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;
}