Sha256: 93cb94a9ff9fa8c61671632c7f9e7aa8cd832fb29954776e38e3e8c536c5e66e

Contents?: true

Size: 409 Bytes

Versions: 2

Compression:

Stored size: 409 Bytes

Contents

// Utility
// ––––––––––––––––––––––––––––––––––––––––––––––––––

// Clear a float with .clearfix
.clearfix

  &:after
    clear: both
    content: ' ' // The space content is one way to avoid an Opera bug.
    display: table

// Float either direction
.float-left
  float: left

.float-right
  float: right

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
milligram-1.4.1.1 vendor/assets/stylesheets/milligram/_Utility.sass
milligram-1.4.1.0 vendor/assets/stylesheets/milligram/_Utility.sass