]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Image .is-fullwidth
authorTümay Çeber <brendtumi@gmail.com>
Tue, 16 Jul 2019 22:07:43 +0000 (01:07 +0300)
committerJeremy Thomas <bbxdesign@gmail.com>
Thu, 25 Jul 2019 09:55:17 +0000 (11:55 +0200)
Ability to image width 100%

sass/elements/image.sass

index cfa64fef7211bd7c29ec657f0d9c1fc9f465f7e3..7547abcfd671a2a4f7133c3dd890a7415b593d45 100644 (file)
@@ -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,