Image .is-fullwidth

Ability to image width 100%
This commit is contained in:
Tümay Çeber 2019-07-17 01:07:43 +03:00 committed by Jeremy Thomas
parent 0f43e2d701
commit 2650860c98

View 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,