From: Roger Vandawalker Date: Wed, 31 Oct 2018 13:50:49 +0000 (-0400) Subject: Give arbitrary elements access to image/ratio responsive classes (#592) X-Git-Tag: 0.7.3~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54954a29074b7440b5c79cb456e5b939e8ddc78e;p=thirdparty%2Fbulma.git Give arbitrary elements access to image/ratio responsive classes (#592) --- diff --git a/sass/elements/image.sass b/sass/elements/image.sass index e1e877b17..cfa64fef7 100644 --- a/sass/elements/image.sass +++ b/sass/elements/image.sass @@ -26,7 +26,8 @@ $dimensions: 16 24 32 48 64 96 128 !default &.is-9by16, &.is-1by2, &.is-1by3 - img + img, + .has-ratio @extend %overlay height: 100% width: 100%