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
compass-0.13.alpha.10 frameworks/compass/stylesheets/compass/utilities/general/_min.scss
compass-0.13.alpha.9 frameworks/compass/stylesheets/compass/utilities/general/_min.scss
compass-0.13.alpha.8 frameworks/compass/stylesheets/compass/utilities/general/_min.scss
compass-0.13.alpha.7 frameworks/compass/stylesheets/compass/utilities/general/_min.scss
compass-0.13.alpha.6 frameworks/compass/stylesheets/compass/utilities/general/_min.scss
compass-0.13.alpha.5 frameworks/compass/stylesheets/compass/utilities/general/_min.scss