//
// Icons mixins
// --------------------------------------------------

@mixin icon-sizing($size) {
  width: $size;
  height: $size;
  font-size: $size;
  line-height: $size;
}