// assume modernizr exist
@mixin androidLegacy() {
  .no-flexbox.flexboxlegacy {
    @content;
  }
}


@mixin iosClickable {
  cursor: pointer;
}
