Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
Remove unused font-size mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
javierjulio committed Mar 22, 2015
1 parent 254d62f commit 2069711
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions assets/stylesheets/_mixins.scss
Expand Up @@ -36,14 +36,6 @@
box-sizing: $boxmodel;
}

@mixin font-size($font-size, $line-height:true) {
font-size: $font-size;
font-size: ($font-size / $base-font-size) * 1rem;
@if $line-height == true {
line-height: ceil($font-size / $base-line-height) * ($base-line-height / $font-size);
}
}

@mixin opacity($opacity) {
filter: unquote("progid:DXImageTransform.Microsoft.Alpha(Opacity=#{round($opacity * 100)})");
opacity: $opacity;
Expand Down

0 comments on commit 2069711

Please sign in to comment.