Sha256: 2fc10d80e5c575129965b8efa59eefffd8eba5380b99d678ebda067525c34adf

Contents?: true

Size: 893 Bytes

Versions: 124

Compression:

Stored size: 893 Bytes

Contents

#clearfix.style-guide__subsection

  %h3= link_to_style_guide('trumps', 'clearfix')

  %p Applies a CSS clearfix technique to force the element to contain floats.

  %p Designed to be applied to block-level elements.

  %p In the following examples a <code>div</code> with a black background contains two floated <code>div</code> elements with red backgrounds:

  %p without <code>clearfix</code>:
  .style-guide__example-block
    %div{ style: 'background: black;'}
      %div{ style: 'background: red; width: 50px; height: 50px; float: left;'}
      %div{ style: 'background: red; width: 50px; height: 50px; float: right;'}

  %p with <code>clearfix</code>:
  .style-guide__example-block
    .clearfix{ style: 'background: black;'}
      %div{ style: 'background: red; width: 50px; height: 50px; float: left;'}
      %div{ style: 'background: red; width: 50px; height: 50px; float: right;'}

Version data entries

124 entries across 124 versions & 2 rubygems

Version Path
workarea-storefront-3.5.27 app/views/workarea/storefront/style_guides/trumps/_clearfix.html.haml
workarea-admin-3.5.27 app/views/workarea/admin/style_guides/trumps/_clearfix.html.haml
workarea-storefront-3.5.26 app/views/workarea/storefront/style_guides/trumps/_clearfix.html.haml
workarea-admin-3.5.26 app/views/workarea/admin/style_guides/trumps/_clearfix.html.haml
workarea-storefront-3.4.45 app/views/workarea/storefront/style_guides/trumps/_clearfix.html.haml
workarea-admin-3.4.45 app/views/workarea/admin/style_guides/trumps/_clearfix.html.haml
workarea-storefront-3.5.25 app/views/workarea/storefront/style_guides/trumps/_clearfix.html.haml
workarea-admin-3.5.25 app/views/workarea/admin/style_guides/trumps/_clearfix.html.haml
workarea-storefront-3.5.23 app/views/workarea/storefront/style_guides/trumps/_clearfix.html.haml
workarea-admin-3.5.23 app/views/workarea/admin/style_guides/trumps/_clearfix.html.haml
workarea-storefront-3.4.44 app/views/workarea/storefront/style_guides/trumps/_clearfix.html.haml
workarea-admin-3.4.44 app/views/workarea/admin/style_guides/trumps/_clearfix.html.haml
workarea-storefront-3.5.22 app/views/workarea/storefront/style_guides/trumps/_clearfix.html.haml
workarea-admin-3.5.22 app/views/workarea/admin/style_guides/trumps/_clearfix.html.haml
workarea-storefront-3.4.43 app/views/workarea/storefront/style_guides/trumps/_clearfix.html.haml
workarea-admin-3.4.43 app/views/workarea/admin/style_guides/trumps/_clearfix.html.haml
workarea-storefront-3.5.21 app/views/workarea/storefront/style_guides/trumps/_clearfix.html.haml
workarea-admin-3.5.21 app/views/workarea/admin/style_guides/trumps/_clearfix.html.haml
workarea-storefront-3.4.42 app/views/workarea/storefront/style_guides/trumps/_clearfix.html.haml
workarea-admin-3.4.42 app/views/workarea/admin/style_guides/trumps/_clearfix.html.haml