update dependencies and push version

This commit is contained in:
David Miller
2020-01-14 18:24:29 -05:00
parent 08c6a31042
commit cfc7db04e7
189 changed files with 36879 additions and 8316 deletions

View File

@@ -7,7 +7,7 @@
//
// Keep images from scaling beyond the width of their parents.
@mixin img-fluid {
@mixin img-fluid() {
// Part 1: Set a maximum relative to the parent
max-width: 100%;
// Part 2: Override the height to auto, otherwise images will be stretched