Skip to content

Commit

Permalink
fixup! Add file type options to font-face mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
whmii committed Aug 29, 2014
1 parent 1397c4b commit cbc4313
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/assets/stylesheets/helpers/_font-source-declaration.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
@function font-url-prefixer($asset-pipeline) {
@if $asset-pipeline == true {
@return: font-url;
}
@else {
} @else {
@return: url;
}
}
Expand Down

0 comments on commit cbc4313

Please sign in to comment.