Sha256: 701679813cb4eb2a693dff973632a5e92caa7c7cd003d80e2d6bfe3c86f2b321

Contents?: true

Size: 420 Bytes

Versions: 84

Compression:

Stored size: 420 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 bang-hack($property, auto, $value); }

Version data entries

84 entries across 80 versions & 11 rubygems

Version Path
comixins-0.1.2 vendor/assets/stylesheets/compass/utilities/general/_min.scss
egghead-styles-1.0.82 app/assets/stylesheets/plugins/compass/compass/utilities/general/_min.scss
egghead-styles-1.0.81 app/assets/stylesheets/plugins/compass/compass/utilities/general/_min.scss
egghead-styles-1.0.80 app/assets/stylesheets/plugins/compass/compass/utilities/general/_min.scss
egghead-styles-1.0.79 app/assets/stylesheets/plugins/compass/compass/utilities/general/_min.scss
egghead-styles-1.0.78 app/assets/stylesheets/plugins/compass/compass/utilities/general/_min.scss
egghead-styles-1.0.77 app/assets/stylesheets/plugins/compass/compass/utilities/general/_min.scss
egghead-styles-1.0.76 app/assets/stylesheets/plugins/compass/compass/utilities/general/_min.scss
egghead-styles-1.0.75 app/assets/stylesheets/plugins/compass/compass/utilities/general/_min.scss
egghead-styles-1.0.74 app/assets/stylesheets/plugins/compass/compass/utilities/general/_min.scss
egghead-styles-1.0.73 app/assets/stylesheets/plugins/compass/compass/utilities/general/_min.scss
ghost-manager-1.0.0 magneto/source/assets/bower_components/compass-mixins/lib/compass/utilities/general/_min.scss
frontsau-0.0.3 lib/Phamlp/sass/extensions/compass/frameworks/compass/stylesheets/compass/utilities/general/_min.scss
frontsau-0.0.3 lib/Phamlp/sass/extensions/compass/stylesheets/compass/utilities/general/_min.scss
frontsau-0.0.2 lib/Phamlp/sass/extensions/compass/stylesheets/compass/utilities/general/_min.scss
frontsau-0.0.2 lib/Phamlp/sass/extensions/compass/frameworks/compass/stylesheets/compass/utilities/general/_min.scss
frontsau-0.0.1 lib/Phamlp/sass/extensions/compass/frameworks/compass/stylesheets/compass/utilities/general/_min.scss
frontsau-0.0.1 lib/Phamlp/sass/extensions/compass/stylesheets/compass/utilities/general/_min.scss
compass-0.12.7 frameworks/compass/stylesheets/compass/utilities/general/_min.scss
sadui-0.0.4 vendor/bundle/ruby/2.0.0/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/utilities/general/_min.scss