Sha256: 5760b37de87734e033ef96340319571241fd49c10d90cab6b5dce0fac42cf9da
Contents?: true
Size: 600 Bytes
Versions: 8
Compression:
Stored size: 600 Bytes
Contents
@if $use-island == true{ /*------------------------------------*\ $ISLAND \*------------------------------------*/ /** * Simple, boxed off content, as per: csswizardry.com/2011/10/the-island-object * E.g.: * <div class=island> I am boxed off. </div> * * Demo: jsfiddle.net/inuitcss/u8pV3 * */ .island, .islet{ display:block; @extend .cf; } .island{ padding:$base-spacing-unit; } .island > :last-child, .islet > :last-child{ margin-bottom:0; } /** * Just like `.island`, only smaller. */ .islet{ padding:$half-spacing-unit; } }//endif
Version data entries
8 entries across 8 versions & 3 rubygems