Sha256: bada26fdbd6a327b426c1c0a2935addf99a3f9660b80eb834818066eff22fdbb

Contents?: true

Size: 302 Bytes

Versions: 2

Compression:

Stored size: 302 Bytes

Contents

@mixin clearfix {
  &:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
}

@mixin box-sizing($value: border-box) {
  -moz-box-sizing: $value;
  -webkit-box-sizing: $value;
  -o-box-sizing: $value;
  -ms-box-sizing: $value;
  box-sizing: $value;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
andrewroth_activeadmin-0.3.4.1 app/assets/stylesheets/active_admin/mixins/_utilities.scss
andrewroth_activeadmin-0.3.4 app/assets/stylesheets/active_admin/mixins/_utilities.scss