From 2650860c98cdfef185358d02a7b71834a41e9428 Mon Sep 17 00:00:00 2001 From: =?utf8?q?T=C3=BCmay=20=C3=87eber?= Date: Wed, 17 Jul 2019 01:07:43 +0300 Subject: [PATCH] Image .is-fullwidth Ability to image width 100% --- sass/elements/image.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sass/elements/image.sass b/sass/elements/image.sass index cfa64fef7..7547abcfd 100644 --- a/sass/elements/image.sass +++ b/sass/elements/image.sass @@ -9,6 +9,8 @@ $dimensions: 16 24 32 48 64 96 128 !default width: 100% &.is-rounded border-radius: $radius-rounded + &.is-fullwidth + width: 100% // Ratio &.is-square, &.is-1by1, -- 2.47.2