Sha256: b1a9720c71a57ebcc2288a461a22cd4ef333305fd5bc28c4eed5af3d47be1f3f

Contents?: true

Size: 355 Bytes

Versions: 2

Compression:

Stored size: 355 Bytes

Contents

// Bulletproof Clearfix
// Prescribed by Nathan Smith / @NathanSmith
//
// References:
//
// 1. https://gist.github.com/1260785

@mixin bulletproof-clearfix
  zoom: 1
  &:before, &:after
    content: '.'
    display: block
    overflow: hidden
    visibility: hidden
    font-size: 0
    line-height: 0
    width: 0
    height: 0
  &:after
    clear: both

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
grid-coordinates-1.2.0 stylesheets/modules/_bulletproof-clearfix.sass
grid-coordinates-1.1.9 stylesheets/modules/_bulletproof-clearfix.sass