Sha256: 4853c11c2fd7ad3ec4f21738b2d57fd3af213a99a9531afd48715930dbe0f8cd

Contents?: true

Size: 369 Bytes

Versions: 2

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

2 entries across 2 versions & 1 rubygems

Version Path
compass-0.10.0.rc1 frameworks/compass/stylesheets/compass/utilities/general/_min.sass
compass-0.10.0.pre9 frameworks/compass/stylesheets/compass/utilities/general/_min.sass