Sha256: f280633f43f6b8fdf2da75d21424d644bd98f8fe97d371cfc38d414b48df1930

Contents?: true

Size: 426 Bytes

Versions: 26

Compression:

Stored size: 426 Bytes

Contents

@import "hacks";

//**
// Cross browser min-height mixin.
@mixin min-height($value) {
  @include hacked-minimum(height, $value); }

//**
// Cross browser min-width mixin.
@mixin min-width($value) {
  @include hacked-minimum(width, $value); }

// @private This mixin is not meant to be used directly.
@mixin hacked-minimum($property, $value) {
  min-#{$property}: $value;
  @include underscore-hack($property, auto, $value); }

Version data entries

26 entries across 26 versions & 4 rubygems

Version Path
arcabouco-0.2.13 vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_min.scss
gem_2345-0.1.2 stylesheets/compass/utilities/general/_min.scss
compass-core-1.0.3 stylesheets/compass/utilities/general/_min.scss
compass-core-1.1.0.alpha.3 stylesheets/compass/utilities/general/_min.scss
compass-core-1.1.0.alpha.2 stylesheets/compass/utilities/general/_min.scss
compass-core-1.1.0.alpha.1 stylesheets/compass/utilities/general/_min.scss
compass-core-1.1.0.alpha.0 stylesheets/compass/utilities/general/_min.scss
compass-core-1.0.1 stylesheets/compass/utilities/general/_min.scss
compass-core-1.0.0 stylesheets/compass/utilities/general/_min.scss
compass-core-1.0.0.rc.1 stylesheets/compass/utilities/general/_min.scss
compass-core-1.0.0.rc.0 stylesheets/compass/utilities/general/_min.scss
compass-core-1.0.0.alpha.21 stylesheets/compass/utilities/general/_min.scss
compass-core-1.0.0.alpha.20 stylesheets/compass/utilities/general/_min.scss
compass-core-1.0.0.alpha.19 stylesheets/compass/utilities/general/_min.scss
compass-core-1.0.0.alpha.17 stylesheets/compass/utilities/general/_min.scss
compass-core-1.0.0.alpha.16 stylesheets/compass/utilities/general/_min.scss
compass-core-1.0.0.alpha.15 stylesheets/compass/utilities/general/_min.scss
compass-core-1.0.0.alpha.14 stylesheets/compass/utilities/general/_min.scss
compass-core-1.0.0.alpha.13 stylesheets/compass/utilities/general/_min.scss
compass-0.13.alpha.12 frameworks/compass/stylesheets/compass/utilities/general/_min.scss