Sha256: bef65d4a63b521e320eb3def30579fbfcdf48ff8077406f44c8cbc8906f77806

Contents?: true

Size: 369 Bytes

Versions: 8

Compression:

Stored size: 369 Bytes

Contents

@import hacks.sass

//**
  Cross browser min-height mixin.
=min-height(!value)
  +hacked-minimum("height", !value)

//**
  Cross browser min-width mixin.
=min-width(!value)
  +hacked-minimum("width", !value)

// @private This mixin is not meant to be used directly.
=hacked-minimum(!property, !value)
  min-#{!property}= !value
  +bang-hack(!property, !value, 'auto')

Version data entries

8 entries across 7 versions & 2 rubygems

Version Path
compass-0.10.0.pre8 frameworks/compass/stylesheets/compass/utilities/general/_min.sass
compass-0.10.0.pre7 frameworks/compass/stylesheets/compass/utilities/general/_min.sass
compass-0.10.0.pre6 frameworks/compass/stylesheets/compass/utilities/general/_min.sass
middleman-0.13.1 lib/middleman/vendor/gems/ruby/1.8/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/general/_min.sass
middleman-0.13.1 lib/middleman/vendor/gems/ruby/1.9.1/gems/compass-0.10.0.pre4/lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_min.sass
compass-0.10.0.pre5 frameworks/compass/stylesheets/compass/utilities/general/_min.sass
compass-0.10.0.pre4 lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_min.sass
compass-0.10.0.pre3 lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_min.sass