Skip to content

Instantly share code, notes, and snippets.

@dieppon
Created April 10, 2014 14:43

Revisions

  1. dieppon created this gist Apr 10, 2014.
    11 changes: 11 additions & 0 deletions ie-height.scss
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    @mixin min-height($value){
    height: auto !important;
    height: $value;
    min-height: $value;
    }

    @mixin max-height($value){
    height: auto !important;
    height: $value;
    max-height: $value;
    }