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

Commit

Permalink
Fix mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
christopheschwyzer committed Aug 23, 2016
1 parent d14e9ae commit 9d74a9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions layout/default/css/mixins.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
.font-webFontLoader(@fontFamily) {
font-family: @fontFamily;
transition: opacity @transitionDuration;
opacity: 0;

html.wf-loading & {
opacity: 0;
html.wf-active &, html.wf-inactive & {
opacity: 1;
}
}

Expand Down

0 comments on commit 9d74a9b

Please sign in to comment.